Skip to content

Commit 653f4e9

Browse files
authored
Use 8.2.0 mpy-cross instead of 8.0.0
Its pathname will match the 9.0.0 name.
1 parent af26b78 commit 653f4e9

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
@@ -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": "8.0.0", "name": "8.x"},
28+
{"tag": "8.2.0", "name": "8.x"},
2929
{"tag": "9.0.0-alpha.2", "name": "9.x"},
3030
]

0 commit comments

Comments
 (0)