From d10761a18fd5c9eed064de7c0a30d5520c3d1232 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Thu, 16 Feb 2023 14:23:35 -0500 Subject: [PATCH] Update to use mpy-cross-8.0.0 instead of 8.0.0-alpha.1 --- circuitpython_build_tools/target_versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circuitpython_build_tools/target_versions.py b/circuitpython_build_tools/target_versions.py index 0808e2d..b792510 100644 --- a/circuitpython_build_tools/target_versions.py +++ b/circuitpython_build_tools/target_versions.py @@ -26,5 +26,5 @@ # The name is used when constructing the zip file names. VERSIONS = [ {"tag": "7.3.0", "name": "7.x"}, - {"tag": "8.0.0-alpha.1", "name": "8.x"}, + {"tag": "8.0.0", "name": "8.x"}, ]