{{ message }}
TST: use Python 3.14t for free-threaded tests#2462
Merged
Conversation
caspervdw
reviewed
Jun 30, 2026
Collaborator
There was a problem hiding this comment.
This is sort-of a breaking change. Not sure how many people are actually installing with [test], but its in the README, so people might actually do this.
What's the reason for changing it?
Member
Author
There was a problem hiding this comment.
It's not exactly breaking, as I removed the "test" extra last week and re-labelled it as a PEP 735 dependency group e10c6da . It's just a renaming of the group name. There isn't anything in the README, but docs/installation.rst now suggests using --group dev to get a few other development dependencies.
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.

This changes testing free-threaded Python from 3.13t (which was regarded as experimental) to 3.14t. This fixes an issue where the latest numpy does not have the experimental 3.13t wheels anymore; cibuildwheel v4.0 builds cp314t onwards.
Two other minor changes are put here for convenience (of not creating more PRs):
*.lockfiles, e.g., uv, pixi, Pipfile