We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
py -3.13
1 parent 253d69f commit 7a2db76Copy full SHA for 7a2db76
PCbuild/find_python.bat
@@ -47,7 +47,7 @@
47
@rem If py.exe finds a recent enough version, use that one
48
@rem It is fine to add new versions to this list when they have released,
49
@rem but we do not use prerelease builds here.
50
-@for %%p in (3.12 3.11 3.10) do @py -%%p -EV >nul 2>&1 && (set PYTHON=py -%%p) && (set _Py_Python_Source=found %%p with py.exe) && goto :found
+@for %%p in (3.13 3.12 3.11 3.10) do @py -%%p -EV >nul 2>&1 && (set PYTHON=py -%%p) && (set _Py_Python_Source=found %%p with py.exe) && goto :found
51
52
@if NOT exist "%_Py_EXTERNALS_DIR%" mkdir "%_Py_EXTERNALS_DIR%"
53
@set _Py_NUGET=%NUGET%
0 commit comments