-
-
Notifications
You must be signed in to change notification settings - Fork 275
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
Support building free-threaded wheels #2315
Labels
enhancement
New feature or request
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While working on crate-py/rpds#101 I discovered that maturin can't build free-threaded wheels:
I'm not sure if there are other issues besides that there isn't a UI to do this, I don't know much about how maturin works.
It might be helpful to look at what @henryiii and @mayeut did to get cibuildwheel working with the free-threaded build: pypa/cibuildwheel#1831
The text was updated successfully, but these errors were encountered: