Update versions for mpy-cross
This brings in f-string support.
This commit is contained in:
parent
2c982ad536
commit
bab005fb54
1 changed files with 2 additions and 2 deletions
|
|
@ -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": "5.0.0-alpha.0", "name": "5.x"},
|
||||
{"tag": "6.0.0-alpha.0", "name": "6.x"},
|
||||
{"tag": "5.3.1", "name": "5.x"},
|
||||
{"tag": "6.0.1", "name": "6.x"},
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue