mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.12] gh-125625: Check for py -3.13 in PCbuild/find_python.bat (GH-125649)
(cherry picked from commit 0cb20f2e7e)
Co-authored-by: Wulian <xiguawulian@gmail.com>
This commit is contained in:
parent
fb1b92b327
commit
8f72f33d69
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
@rem If py.exe finds a recent enough version, use that one
|
||||
@rem It is fine to add new versions to this list when they have released,
|
||||
@rem but we do not use prerelease builds here.
|
||||
@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
|
||||
|
||||
@if NOT exist "%_Py_EXTERNALS_DIR%" mkdir "%_Py_EXTERNALS_DIR%"
|
||||
@set _Py_NUGET=%NUGET%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue