Skip to content

CI: Require Python >= 3.13.5 #5038

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 17, 2025
Merged

CI: Require Python >= 3.13.5 #5038

merged 2 commits into from
Jun 17, 2025

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Jun 16, 2025

Summary of changes

Some Windows jobs are failing because it's Python 3.13.4, which incorrectly tries to link to the threaded version. See python/cpython#135151.

This has been fixed in last week's 3.13.5 release, but it's not necessarily in the default CI images yet, so let's specify >= 3.13.5 to ensure the new one is always installed on-demand.

This can be reverted at some point in the future.

Closes #5037.

Pull Request Checklist

@Avasam
Copy link
Contributor

Avasam commented Jun 17, 2025

@hugovk
Copy link
Contributor Author

hugovk commented Jun 17, 2025

Yeah, although this would affect all of 3.9-3.14 and PyPy:

Setting check-latest to true impacts performance as downloading Python or PyPy versions is slower than using cached versions.

But happy to change if you like, it might not make much difference either way.

@abravalheri
Copy link
Contributor

Thank you very much @hugovk.

I think we can accept this as a temporary change until 3.13.5 or bigger becomes the default version installed in the GHA worker.

This is because usually this part of the CI configuration is managed externally on jaraco/skeleton.

I think we can add a note clarifying that so that future conflict merges with jaraco/skeleton become easy to resolve.

@abravalheri abravalheri merged commit 3894bb9 into pypa:main Jun 17, 2025
22 of 25 checks passed
@abravalheri
Copy link
Contributor

Thank you very much.

@hugovk hugovk deleted the gha-3.13.5 branch June 17, 2025 15:55
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.

[CI] Problems when running tests in Windows Latest GHA runner for 3.13
3 participants