-
Notifications
You must be signed in to change notification settings - Fork 19
Provide free-threaded wheels #416
Copy link
Copy link
Labels
🦀 rust 🦀Pull requests that edit Rust codePull requests that edit Rust codeenhancementNew feature or requestNew feature or requestgithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions code
Milestone
Metadata
Metadata
Assignees
Labels
🦀 rust 🦀Pull requests that edit Rust codePull requests that edit Rust codeenhancementNew feature or requestNew feature or requestgithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions code
A few guards will have to be added to the code, in places where we take
&mut selfreferences. PyO3 guide: https://pyo3.rs/v0.27.1/free-threading.htmlThe release process will have to be updated as well to publish free-threaded wheels (the ABI wheels won't work for that)