Start testing with Python 3.15 (rc1 only) - #313
Merged
Conversation
Guido van Rossum (gvanrossum)
marked this pull request as draft
August 6, 2026 20:49
Guido van Rossum (gvanrossum)
marked this pull request as ready for review
August 6, 2026 21:40
Bernhard Merkle (bmerkle)
requested changes
Aug 6, 2026
Bernhard Merkle (bmerkle)
left a comment
Collaborator
There was a problem hiding this comment.
small bug in ci.yml and question regarding downgrade packages
| "google-auth-httplib2>=0.3.1", | ||
| "google-auth-oauthlib>=1.3.1", | ||
| "isort>=8.0.1", | ||
| "black>=24.4.2", |
Collaborator
There was a problem hiding this comment.
is the a reason to downgrad all those packages (black, converage, google-*, isort)
we have been on newer versions already
| "pyright>=1.1.411", | ||
| "pytest>=9.0.3", | ||
| "pytest-asyncio>=1.3.0", | ||
| "pyright>=1.1.390", |
Collaborator
There was a problem hiding this comment.
same question here, why downgrade pyright, pytest ?
Bernhard Merkle (bmerkle)
approved these changes
Aug 6, 2026
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.
Addresses #308.
This required some tweaks of the Pydantic version and waiting for the latest pydantic-core release. You must install rustc to be able to build some dependencies for which no 3.15 wheels exist yet. (And you must write 3.15.0rc1 to make uv understand that you want to use a release candidate.
Also, I added 3.15.0rc1 to various places in ci.yml, and updated the uv version there (needed to test with the 3.15 .0c1 binary).
Finally, I reduced some version boundaries that GPT-5.4-mini thought weren't necessary, to give projects linking with typeagent fewer constraints.