-
-
Notifications
You must be signed in to change notification settings - Fork 2
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 checkpoints. #607
Conversation
Signed-off-by: rjdbcm <ozi.project@outlook.com>
Signed-off-by: Eden Ross Duff, MSc <ozi.project@outlook.com>
We are waiting on the rust components like PyO3 to support CPython 3.13. As of 17-Jul-2024 it appears as though development is actively progressing. We are also waiting on some utilities to update their FFI to support free-threaded python. This is a non-exhaustive list of our utilities that depend on a rust toolchain:
In test:
These are the component utilities that depend on the pre-CPython 3.13 CFFI. In lint:
|
CPython 3.13 checkpoint support