-
Notifications
You must be signed in to change notification settings - Fork 87
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
ci: add 3.13 wheels #3217
ci: add 3.13 wheels #3217
Conversation
|
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
066cb63
to
ba4a705
Compare
@henryiii "cp313", "cp313t" are now available and numpy is also (as of a few hours ago) producing 3.13t wheels as well. Worth another try now! |
Passing. |
Guessing because of cramjam workaround we presently cannot test 3.13t? |
3.13 works with the workaround. Either cramjam happens to work with it or we don’t use enough of it to be affected by any breakage. 3.13t probably not. |
Ah, yes, you have the t. |
Where do you see it in the tests? Or are you saying I'm asking for it and we don't have it? If the latter, I guess we just wait a bit for setup-python to make a release. |
We aren't building 3.13t yet in cibuildwheel, so it's not built or tested. I'm assuming there's no chance this workaround works on 3.13t; I'm not even sure PyO3 main supports 3.13t yet. For PyO3 (current, not old version), see Quansight-Labs/free-threaded-compatibility#53. |
All the tests that this PR branch runs are now required, and nothing that it doesn't run is required. Now I'll update and auto-merge. |
Adding 3.13 (non-free-threaded at the moment).