drop 8.x bundle support

This commit is contained in:
Dan Halbert 2025-02-08 11:23:29 -05:00
parent 1ea6cd2d7b
commit 5fd54fa603

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", "8mpy": "8.x-mpy", "9mpy": "9.x-mpy"}
PLATFORMS = {"py": "py", "9mpy": "9.x-mpy"}
#: Timeout for requests calls like get()
REQUESTS_TIMEOUT = 30