Add Python 3.15 release candidate 1 to CI - #2168
Closed
rolandwalker wants to merge 1 commit into
Closed
Conversation
rolandwalker
force-pushed
the
RW/ci-python-v3.15rc
branch
2 times, most recently
from
August 27, 2026 09:33
1340c44 to
a2c712f
Compare
rolandwalker
force-pushed
the
RW/ci-python-v3.15rc
branch
2 times, most recently
from
August 27, 2026 09:48
3a5211b to
1259a29
Compare
Requires pinning some transitive dependencies to versions with binary wheels for 3.15, to keep from building the dependencies from scratch in CI (very slow). * pydantic_core to v2.48.0 * ast-serialize to v0.8.0
rolandwalker
force-pushed
the
RW/ci-python-v3.15rc
branch
from
August 27, 2026 09:59
1259a29 to
9302645
Compare
Contributor
Author
|
Withdrawn. Despite the pinning of a couple of dependencies described above, there are other dependencies which must build from source. Currently the 3.15rc1 Action seems to be spending minutes building |
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
Add this suggestion to a batch that can be applied as a single commit.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.Add this suggestion to a batch that can be applied as a single commit.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.Suggestion cannot be applied right now. Please check back later.
Description
Add Python 3.15 release candidate 1 to CI.
Requires pinning some transitive dependencies to versions with binary wheels for 3.15, to keep from building the dependencies from scratch in CI (very slow).
Release will be in one month. Time to start testing.
Note: RC2 is expected 2026-09-01.
Checklist
changelog.mdfile.AUTHORSfile (or it's already there).