From 39377e3e2b704c3f7c7434c7dd9dfc265412e0b7 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 2 Oct 2023 12:07:30 -0700 Subject: [PATCH] Stop building bundles for 7.x --- circuitpython_build_tools/target_versions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/circuitpython_build_tools/target_versions.py b/circuitpython_build_tools/target_versions.py index b792510..be054ab 100644 --- a/circuitpython_build_tools/target_versions.py +++ b/circuitpython_build_tools/target_versions.py @@ -25,6 +25,5 @@ # The tag specifies which version of CircuitPython to use for mpy-cross. # The name is used when constructing the zip file names. VERSIONS = [ - {"tag": "7.3.0", "name": "7.x"}, {"tag": "8.0.0", "name": "8.x"}, ]