Stop releasing for 5.x

5.x bundles would break with the pwmio.PWMOut changes otherwise.
This commit is contained in:
Scott Shawcroft 2021-01-28 11:09:41 -08:00 committed by GitHub
parent 06c4237c08
commit a292909c21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,5 @@
# The tag specifies which version of CircuitPython to use for mpy-cross. # The tag specifies which version of CircuitPython to use for mpy-cross.
# The name is used when constructing the zip file names. # The name is used when constructing the zip file names.
VERSIONS = [ VERSIONS = [
{"tag": "5.3.1", "name": "5.x"}, {"tag": "6.1.0", "name": "6.x"},
{"tag": "6.0.1", "name": "6.x"},
] ]