drop 8.x bundle support
This commit is contained in:
parent
1ea6cd2d7b
commit
5fd54fa603
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue