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.

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.

1 participant