-
Notifications
You must be signed in to change notification settings - Fork 503
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
feat: publish python3.13t free-threaded wheel #5387
Conversation
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.
You need to either enable generate-import-lib
feature of pyo3
or use https://github.com/Quansight-Labs/setup-python to install a python3.13t interprerer on Windows to fix the build failure.
BTW, please also update pyo3 to |
Thanks for your help. |
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.
Thanks!
Which issue does this PR close?
Closes #5383.
Hi @messense, is it necessary to use [pymodule(gil_used = false)], or will maturin set it automatically? Or does adding it not break backward compatibility?