Skip to content

Conversation

@ZeroIntensity
Copy link
Member

@ZeroIntensity ZeroIntensity commented Dec 10, 2025

Check for available Python 3.14 and Python 3.15 installations in the configure script. This allows us to use the 3.14 version installed by actions/setup-python in 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.

@ZeroIntensity ZeroIntensity changed the title gh-142457: Support using 3.14 and 3.15 for generation scripts [3.13] gh-142457: Support using 3.14 and 3.15 for generation scripts Dec 10, 2025
@ZeroIntensity
Copy link
Member Author

For anyone interested, the precedent here is that we check for an installed 3.15 copy in 3.14's configure script:

[python$PACKAGE_VERSION python3.15 python3.14 python3.13 python3.12 python3.11 python3.10 python3 python],

However, we don't do this for any other branches, at least as far as I can tell.

@ZeroIntensity
Copy link
Member Author

cc @hugovk

Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noting this is similar to #137619 that only backported to 3.14.

We could mark this as a backport of that, and include the NEWS. Or try a backport of that. But I don't mind much either way :)

@ZeroIntensity ZeroIntensity merged commit dc12380 into python:3.13 Dec 12, 2025
39 checks passed
@ZeroIntensity ZeroIntensity deleted the 3.13-new-versions-ci branch December 12, 2025 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants