remove 6.x platforms

This commit is contained in:
foamyguy 2021-12-14 13:41:43 -06:00
parent 05514e5d79
commit eb34a646f8

View file

@ -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"]