Test on Python 3.14 free-threaded#13928
Conversation
Well, it's actually a hang: https://github.com/hugovk/pip/actions/runs/24604664412/job/71948866481 I don't have Windows available for testing. Something to be investigated later. |
Pretty sure it's this: #13927 |
|
Confirmed #13927 fixes it, "Windows 1" on 3.14t completes in under 9 mins: https://github.com/hugovk/pip/actions/runs/24611165656/job/71965857737 |
ichard26
left a comment
There was a problem hiding this comment.
LGTM.
(of course, the CI fix needs to merged first, but that'll happen soon.)
|
The current failure is an unrelated gateway timeout downloading Subversion, that should be okay after a restart. Seeing as the #13927 fix will be merged soon, shall I re-add Windows here? |
Yes! 🙂 |
|
FYI landed #13927 |
|
Thanks @hugovk ! |
Fixes #13840.
I left out 3.13t because free threading is experimental in 3.13, and projects like cibuildwheel and manylinux are dropping it soon, so many projects will stop producing 3.13t wheels:
I left out 3.15t because cryptography doesn't yet have wheels for it, so fail to build from source. They'll have wheels once the 3.15 ABI is stable.
I left out Windows, because the "Windows 1" job takes over half an hour, when everything else is under 10 minutes.
Up to you! I left out classifiers, happy to add whichever you like.