Merge pull request #246 from dhalbert/10.x-bundles

Add 10.x bundles
This commit is contained in:
foamyguy 2025-04-08 08:47:13 -05:00 committed by GitHub
commit e8ce15021c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ BAD_FILE_FORMAT = "Invalid"
DATA_DIR = appdirs.user_data_dir(appname="circup", appauthor="adafruit")
#: Module formats list (and the other form used in github files)
PLATFORMS = {"py": "py", "9mpy": "9.x-mpy"}
PLATFORMS = {"py": "py", "9mpy": "9.x-mpy", "10mpy": "10.x-mpy"}
#: Timeout for requests calls like get()
REQUESTS_TIMEOUT = 30