Skip to content

Commit a0acc36

Browse files
authored
Reenable 2.x bundle
We're reenabling the 2.x bundle until we've made it clear through guide updates etc that we're deprecating it.
1 parent b3cb194 commit a0acc36

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)