Unify python versions across win and nix #9313

This commit is contained in:
Thomas Krijnen
2026-08-29 13:34:01 +02:00
committed by GitHub
parent 443bc0a5f8
commit 1a03fd7df1
+1 -1
View File
@@ -29,7 +29,7 @@ def build_generator() -> str:
assert Path.cwd() == Path(__file__).parent, "Run this script from the 'win' directory."
PYTHON_VERSIONS = ["3.10.3", "3.11.8", "3.12.1", "3.13.0", "3.14.0"]
PYTHON_VERSIONS = ["3.10.3", "3.11.8", "3.12.1", "3.13.6", "3.14.0", "3.15.0"]
REPO_PATH = Path(__file__).parent.parent
REPO_WIN = REPO_PATH / "win"
# Prebuilt Autodesk connector folder, produced by the connector's packaging