Skip to content

Commit d10761a

Browse files
authored
Update to use mpy-cross-8.0.0 instead of 8.0.0-alpha.1
1 parent 0a2ac58 commit d10761a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuitpython_build_tools/target_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
# The name is used when constructing the zip file names.
2727
VERSIONS = [
2828
{"tag": "7.3.0", "name": "7.x"},
29-
{"tag": "8.0.0-alpha.1", "name": "8.x"},
29+
{"tag": "8.0.0", "name": "8.x"},
3030
]

0 commit comments

Comments
 (0)