Skip to content

Conversation

NoahStapp
Copy link
Contributor

No description provided.

@NoahStapp NoahStapp requested a review from blink1073 September 26, 2025 19:35
@NoahStapp NoahStapp requested a review from a team as a code owner September 26, 2025 19:35
@NoahStapp NoahStapp changed the title Add 3.14t as a standard Python matrix version PYTHON-5024 - Add 3.14t as a standard Python matrix version Sep 26, 2025
@blink1073
Copy link
Member

You'll need to skip free-threaded python for auth-enterprise macos/rhel as well.

@blink1073
Copy link
Member

Oh, and the lock file update caused a typing failure from a newer version of mypy.

PYPYS = ["pypy3.10"]
ALL_PYTHONS = CPYTHONS + PYPYS
MIN_MAX_PYTHON = [CPYTHONS[0], CPYTHONS[-1]]
MIN_MAX_PYTHON = [CPYTHONS[0], CPYTHONS[-2]]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could make 3.14t second to last and avoid this change

@blink1073
Copy link
Member

We'll want to schedule a full build of all the tasks that use python3.14t.

@NoahStapp
Copy link
Contributor Author

@NoahStapp NoahStapp requested a review from blink1073 October 3, 2025 15:33
display_name = get_variant_name("Auth Enterprise", host)
tasks = [".test-non-standard .auth"]
if host != "rhel8":
tasks = [".test-non-standard .auth !.free-threaded"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you link to the PYTHON ticket for this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, please

@NoahStapp NoahStapp requested a review from blink1073 October 3, 2025 15:53
Copy link
Member

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@NoahStapp NoahStapp merged commit d47bd9c into mongodb:master Oct 3, 2025
72 of 75 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants