Skip to content

Commit 381253f

Browse files
authored
Merge pull request #54 from adafruit/tannewt-patch-6
Turn off 4.x bundles and enable 6.x
2 parents b014d65 + 8ccfa83 commit 381253f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuitpython_build_tools/target_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
# The tag specifies which version of CircuitPython to use for mpy-cross.
2626
# The name is used when constructing the zip file names.
2727
VERSIONS = [
28-
{"tag": "4.0.0-alpha.2", "name": "4.x"},
2928
{"tag": "5.0.0-alpha.0", "name": "5.x"},
29+
{"tag": "6.0.0-alpha.0", "name": "6.x"},
3030
]

0 commit comments

Comments
 (0)