remove 6.x platforms
This commit is contained in:
parent
05514e5d79
commit
eb34a646f8
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ NOT_MCU_LIBRARIES = [
|
|||
#: The version of CircuitPython found on the connected device.
|
||||
CPY_VERSION = ""
|
||||
#: Module formats list (and the other form used in github files)
|
||||
PLATFORMS = {"py": "py", "6mpy": "6.x-mpy", "7mpy": "7.x-mpy"}
|
||||
PLATFORMS = {"py": "py", "7mpy": "7.x-mpy"}
|
||||
#: Commands that do not require an attached board
|
||||
BOARDLESS_COMMANDS = ["show", "bundle-add", "bundle-remove", "bundle-show"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue