Skip to content

Commit

Permalink
Use 8.2.0 mpy-cross instead of 8.0.0
Browse files Browse the repository at this point in the history
Its pathname will match the 9.0.0 name.
  • Loading branch information
dhalbert authored Oct 27, 2023
1 parent af26b78 commit 653f4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuitpython_build_tools/target_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
# The tag specifies which version of CircuitPython to use for mpy-cross.
# The name is used when constructing the zip file names.
VERSIONS = [
{"tag": "8.0.0", "name": "8.x"},
{"tag": "8.2.0", "name": "8.x"},
{"tag": "9.0.0-alpha.2", "name": "9.x"},
]

0 comments on commit 653f4e9

Please sign in to comment.