Skip to content

Commit 0af572a

Browse files
authored
Update CircuitPython version tags in target_versions.py
1 parent d39edb4 commit 0af572a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circuitpython_build_tools/target_versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +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": "9.2.4", "name": "9.x"},
29-
{"tag": "10.0.0-alpha.2", "name": "10.x"},
28+
{"tag": "9.2.9", "name": "9.x"},
29+
{"tag": "10.0.0", "name": "10.x"},
3030
]

0 commit comments

Comments
 (0)