{{ message }}
[3.13] gh-142457: Support using 3.14 and 3.15 for generation scripts#142499
Merged
ZeroIntensity merged 1 commit intoDec 12, 2025
Merged
[3.13] gh-142457: Support using 3.14 and 3.15 for generation scripts#142499ZeroIntensity merged 1 commit into
ZeroIntensity merged 1 commit into
Conversation
Member
Author
|
For anyone interested, the precedent here is that we check for an installed 3.15 copy in 3.14's Line 208 in d14697d However, we don't do this for any other branches, at least as far as I can tell. |
Sorry, something went wrong.
hugovk
approved these changes
Dec 12, 2025
Hide details
View details
ZeroIntensity
merged commit
dc12380
into
python:3.13
Dec 12, 2025
39 checks passed
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️Hi! The buildbot AMD64 Arch Linux TraceRefs 3.13 (no tier) has failed when building commit dc12380. What do you need to do:
You can take a look at the buildbot page here: https://buildbot.python.org/#/builders/1472/builds/897 Failed tests:
Summary of the results of the build (if available): == Click to see traceback logsremote: Enumerating objects: 4, done.
remote: Counting objects: 50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
remote: Compressing objects: 50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
remote: Total 4 (delta 1), reused 0 (delta 0), pack-reused 2 (from 1)
From https://github.com/python/cpython
* branch 3.13 -> FETCH_HEAD
Note: switching to 'dc12380f600d82343edd6d6bfb2375568db96f26'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at dc12380f600 [3.13] gh-142457: Support using 3.14 and 3.15 for generation scripts (GH-142499)
Switched to and reset branch '3.13'
make: *** [Makefile:2252: buildbottest] Error 2 |
Sorry, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
Check for available Python 3.14 and Python 3.15 installations in the
configurescript. This allows us to use the 3.14 version installed byactions/setup-pythonin our 3.13 CI, rather than falling back to a 3.12 copy baked into the image.I've omitted the blurb entry for this one, because while this is technically a change to the build, these regeneration scripts usually aren't visible in practice. If anyone is strongly in favor of adding a news entry here, feel free to let me know.