Stop releasing for 5.x
5.x bundles would break with the pwmio.PWMOut changes otherwise.
This commit is contained in:
parent
06c4237c08
commit
a292909c21
1 changed files with 1 additions and 2 deletions
|
|
@ -25,6 +25,5 @@
|
|||
# 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.3.1", "name": "5.x"},
|
||||
{"tag": "6.0.1", "name": "6.x"},
|
||||
{"tag": "6.1.0", "name": "6.x"},
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue