Skip to content

Commit

Permalink
Merge pull request #54 from adafruit/tannewt-patch-6
Browse files Browse the repository at this point in the history
Turn off 4.x bundles and enable 6.x
  • Loading branch information
kattni authored Jul 6, 2020
2 parents b014d65 + 8ccfa83 commit 381253f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuitpython_build_tools/target_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
# The tag specifies which version of CircuitPython to use for mpy-cross.
# The name is used when constructing the zip file names.
VERSIONS = [
{"tag": "4.0.0-alpha.2", "name": "4.x"},
{"tag": "5.0.0-alpha.0", "name": "5.x"},
{"tag": "6.0.0-alpha.0", "name": "6.x"},
]

0 comments on commit 381253f

Please sign in to comment.