Back to 3.13 due to problems with the math overrides.

This commit is contained in:
Nick Brassel
2025-10-08 17:43:03 +11:00
parent dfb7e9670b
commit e2f66a19be
+1 -1
View File
@@ -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.