Merge pull request #98 from adafruit/tannewt-patch-8

Stop building bundles for 7.x
This commit is contained in:
Scott Shawcroft 2023-10-03 09:41:52 -07:00 committed by GitHub
commit efd487a89a
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 name is used when constructing the zip file names.
VERSIONS = [
{"tag": "7.3.0", "name": "7.x"},
{"tag": "8.0.0", "name": "8.x"},
]