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 fb1b92b commit 8f72f33Copy full SHA for 8f72f33
PCbuild/find_python.bat
@@ -44,7 +44,7 @@
44
@rem If py.exe finds a recent enough version, use that one
45
@rem It is fine to add new versions to this list when they have released,
46
@rem but we do not use prerelease builds here.
47
-@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
48
49
@if NOT exist "%_Py_EXTERNALS_DIR%" mkdir "%_Py_EXTERNALS_DIR%"
50
@set _Py_NUGET=%NUGET%
0 commit comments