Update versions for mpy-cross

This brings in f-string support.
This commit is contained in:
Scott Shawcroft 2021-01-20 10:47:06 -08:00 committed by GitHub
parent 2c982ad536
commit bab005fb54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"},
]