-
Notifications
You must be signed in to change notification settings - Fork 33
feat: enable Python 3.14 support #494
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
Conversation
|
/gcbrun |
1 similar comment
|
/gcbrun |
|
/gcbrun(d4f296f) |
|
/gcbrun |
|
/gcbrun(d4f296f) |
412221c to
4b26e6b
Compare
averikitsch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What modules require "PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1"?
4e372de to
5cdf5d3
Compare
I had initially added However, I verified with the new I have removed the flag to keep the configuration minimal. Thanks pointing this out! |
5fd0424 to
9ded7b6
Compare
Updates package classifiers to include Python 3.14. Pins pydantic>=2.12.0 in toolbox-core to ensure py314-compatible wheels. Configures PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 to fix build failures.
9ded7b6 to
844507b
Compare
Overview
This PR enables official support for Python 3.14 across the entire SDK.
Changes
pyproject.tomlfiles.toolbox-coreto requirepydantic>=2.12.0, ensuring usage of a Python 3.14-compatiblepydantic-coreversion.PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1to integration tests to allow PyO3-based extensions to run on the newer runtime.