-
-
Notifications
You must be signed in to change notification settings - Fork 143
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 python 3.13 free-threaded build #320
Comments
I'll start working on this. |
So I got the builds working on macOS (woo) but I don't know how to tag them? If we have Similarly, in uv we'll need a way for users to request these versions. I thought |
Fedora just called its free-threaded binary RPM I'm not sure what the At request time, accepting Edit: oh, I see what you mean with the second question. How to request an exact version (down to the minor release number, or even pre-release serial), while still adding the Edit 2: Zanie clarified that |
It should go in the build configuration "field" denoted by a +. Eg. |
👍 cool thanks, that makes sense per the description at https://gregoryszorc.com/docs/python-build-standalone/main/running.html#obtaining-distributions We'll need to figure out the ux in uv, I believe right now we only expose one build option variant to users at a time. But we can track that in astral-sh/uv#4828 and astral-sh/uv#7193. |
The free-threaded build of python is still in beta but it would be great to make it available so users can test it.
ref #263, #319
The text was updated successfully, but these errors were encountered: