-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
gh-139769: Update PCBuild/find_python.bat
to allow discovery of Python 3.14
#139770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PCBuild/find_python.bat
to allow discovery of Python 3.14
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @Wulian233 for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Thanks @Wulian233 for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…of Python 3.14 (pythonGH-139770) Enable 3.14 py.exe can be use on PCBuild (cherry picked from commit 570d172) Co-authored-by: Wulian233 <1055917385@qq.com>
…of Python 3.14 (pythonGH-139770) Enable 3.14 py.exe can be use on PCBuild (cherry picked from commit 570d172) Co-authored-by: Wulian233 <1055917385@qq.com>
GH-139784 is a backport of this pull request to the 3.13 branch. |
GH-139785 is a backport of this pull request to the 3.14 branch. |
At some point we'll have to figure out how this works with the install manager, but eventually (when we can assume it's that installed rather than the old launcher) we can use |
I did the same thing last year #125625 , so I think it's the same as before, please add the skip news label
PCBuild/find_python.bat
to find Python 3.14 #139769