gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by default#115544
gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by default#115544zooba merged 1 commit intopython:mainfrom
Conversation
…ll 3.12 by default
|
|
||
| struct StoreSearchInfo STORE_SEARCH[] = { | ||
| { L"3", /* 3.11 */ L"9NRWMJP3717K" }, | ||
| { L"3", /* 3.12 */ L"9NCVDN91XZQP" }, |
There was a problem hiding this comment.
Should this be part of the release manager's playbook when making a 3.x.0 release?
There was a problem hiding this comment.
Not a bad idea, though it's in a bit of a weird spot really. The most likely way for people to get the update with the change is to install the new release, at which point they won't hit this code path (or in fact any Python 3 release, so even updating an old one).
It's possible to install the launcher separately with winget (or directly if you know the URL), which is what makes this feature at all useful, but those updates will lag anyway as we don't control them ourselves.
Plus it's all a bit of an experiment, so I kinda want to see how it goes before baking it into our formal process.
|
Thanks @zooba for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…ll 3.12 by default (pythonGH-115544) (cherry picked from commit 6cd18c7) Co-authored-by: Steve Dower <steve.dower@python.org>
|
GH-115689 is a backport of this pull request to the 3.12 branch. |
…ll 3.12 by default (pythonGH-115544) (cherry picked from commit 6cd18c7) Co-authored-by: Steve Dower <steve.dower@python.org>
|
GH-115690 is a backport of this pull request to the 3.11 branch. |
…ll 3.12 by default (pythonGH-115544)
…ll 3.12 by default (pythonGH-115544)
…ll 3.12 by default (pythonGH-115544)
Uh oh!
There was an error while loading. Please reload this page.