From e2f66a19be260d5e8a95efffd37cdc29d6e6b524 Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Wed, 8 Oct 2025 17:43:03 +1100 Subject: [PATCH] Back to 3.13 due to problems with the `math` overrides. --- util/env-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/env-bootstrap.sh b/util/env-bootstrap.sh index 14b1d07c6a..3ce17bcffb 100755 --- a/util/env-bootstrap.sh +++ b/util/env-bootstrap.sh @@ -494,7 +494,7 @@ __EOT__ } # Set the Python version we want to use with the QMK CLI - export PYTHON_TARGET_VERSION=3.14 + export PYTHON_TARGET_VERSION=3.13 # Windows/MSYS doesn't like `/tmp` so we need to set a different temporary directory. # Also set the default `UV_INSTALL_DIR` and `QMK_DISTRIB_DIR` to locations which don't pollute the user's home directory, keeping the installation internal to MSYS.