Skip to content

Commit ffcbdc5

Browse files
authored
Merge pull request #47 from adafruit/tannewt-patch-5
Add 5.x and remove 2.x and 3.x
2 parents 26ca873 + 098a636 commit ffcbdc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

circuitpython_build_tools/target_versions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +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": "2.3.1", "name": "2.x"},
29-
{"tag": "3.0.0", "name": "3.x"},
3028
{"tag": "4.0.0-alpha.2", "name": "4.x"},
29+
{"tag": "5.0.0-alpha.0", "name": "5.x"},
3130
]

0 commit comments

Comments
 (0)