Skip to content

Commit 5983c59

Browse files
authored
Merge pull request #21 from adafruit/add-temp-2x-bundle
Reenable 2.x bundle
2 parents b3cb194 + a0acc36 commit 5983c59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circuitpython_build_tools/target_versions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
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"},
2829
{"tag": "3.0.0", "name": "3.x"},
2930
{"tag": "4.0.0-alpha.2", "name": "4.x"},
3031
]

0 commit comments

Comments
 (0)