We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26ca873 + 098a636 commit ffcbdc5Copy full SHA for ffcbdc5
circuitpython_build_tools/target_versions.py
@@ -25,7 +25,6 @@
25
# The tag specifies which version of CircuitPython to use for mpy-cross.
26
# The name is used when constructing the zip file names.
27
VERSIONS = [
28
- {"tag": "2.3.1", "name": "2.x"},
29
- {"tag": "3.0.0", "name": "3.x"},
30
{"tag": "4.0.0-alpha.2", "name": "4.x"},
+ {"tag": "5.0.0-alpha.0", "name": "5.x"},
31
]
0 commit comments