Skip to content

Commit baec906

Browse files
Update target_versions.py to the latest versions
1 parent 4d055bb commit baec906

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": "6.2.0", "name": "6.x"},
29-
{"tag": "7.0.0-alpha.2", "name": "7.x"},
28+
{"tag": "6.3.0", "name": "6.x"},
29+
{"tag": "7.0.0-alpha.3", "name": "7.x"},
3030
]

0 commit comments

Comments
 (0)