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 d39edb4 + 0af572a commit 0ae17a9Copy full SHA for 0ae17a9
circuitpython_build_tools/target_versions.py
@@ -25,6 +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": "9.2.4", "name": "9.x"},
29
- {"tag": "10.0.0-alpha.2", "name": "10.x"},
+ {"tag": "9.2.9", "name": "9.x"},
+ {"tag": "10.0.0", "name": "10.x"},
30
]
0 commit comments