From 0af572a15328cad8d32b8b34c9a597309e91b06f Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Wed, 5 Nov 2025 22:16:13 -0500 Subject: [PATCH] Update CircuitPython version tags in target_versions.py --- circuitpython_build_tools/target_versions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circuitpython_build_tools/target_versions.py b/circuitpython_build_tools/target_versions.py index 8bd2058..40e68c7 100644 --- a/circuitpython_build_tools/target_versions.py +++ b/circuitpython_build_tools/target_versions.py @@ -25,6 +25,6 @@ # The tag specifies which version of CircuitPython to use for mpy-cross. # The name is used when constructing the zip file names. VERSIONS = [ - {"tag": "9.2.4", "name": "9.x"}, - {"tag": "10.0.0-alpha.2", "name": "10.x"}, + {"tag": "9.2.9", "name": "9.x"}, + {"tag": "10.0.0", "name": "10.x"}, ]