PYTHON-5024 - Add 3.14t as a standard Python matrix version#2563
Merged
NoahStapp merged 9 commits intomongodb:masterfrom Oct 3, 2025
Merged
PYTHON-5024 - Add 3.14t as a standard Python matrix version#2563NoahStapp merged 9 commits intomongodb:masterfrom
NoahStapp merged 9 commits intomongodb:masterfrom
Conversation
Member
|
You'll need to skip free-threaded python for auth-enterprise macos/rhel as well. |
Member
|
Oh, and the lock file update caused a typing failure from a newer version of mypy. |
blink1073
reviewed
Sep 26, 2025
| PYPYS = ["pypy3.10"] | ||
| ALL_PYTHONS = CPYTHONS + PYPYS | ||
| MIN_MAX_PYTHON = [CPYTHONS[0], CPYTHONS[-1]] | ||
| MIN_MAX_PYTHON = [CPYTHONS[0], CPYTHONS[-2]] |
Member
There was a problem hiding this comment.
You could make 3.14t second to last and avoid this change
Member
|
We'll want to schedule a full build of all the tasks that use python3.14t. |
Contributor
Author
blink1073
reviewed
Oct 3, 2025
| display_name = get_variant_name("Auth Enterprise", host) | ||
| tasks = [".test-non-standard .auth"] | ||
| if host != "rhel8": | ||
| tasks = [".test-non-standard .auth !.free-threaded"] |
Member
There was a problem hiding this comment.
Can you link to the PYTHON ticket for this?
Contributor
Author
There was a problem hiding this comment.
We don't have a ticket for adding free-threading support, we do have one for documenting that only windows supports it: PYTHON-5586. Is that what you want linked?
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.
No description provided.