-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add CPython 3.13 to CI when released (tracker issue) #152
Comments
Update: |
This issue should be closed when CPython 3.13 (final) is added to regular CI. |
I think #160 was the last bit in adding CPython 3.13 support, so closing this. |
I ran some experiments on my fork to test pyerfa against CPython 3.13. I report that current wheels are already compatible with the GIL-enabled build for 3.13.0b2 (which is expected with
abi3
wheels, restricted to Python's limited API).update: #153
However, the free-threaded build isn't compatible yet. Attempting to build
pyerfa
will explicitly fail with the following errorHere's the upstream issue to wait on before we can move forward python/cpython#111506
The text was updated successfully, but these errors were encountered: