Skip to content

Commit 5654826

Browse files
authored
Merge pull request #95 from adafruit/dhalbert-patch-1
Update to use mpy-cross-8.0.0 instead of 8.0.0-alpha.1
2 parents 0a2ac58 + d10761a commit 5654826

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)