Thanks to visit codestin.com Credit goes to github.com
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.
PCBuild/find_python.bat
1 parent 59a6f9d commit 570d172Copy full SHA for 570d172
1 file changed
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.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
+@for %%p in (3.14 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