-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
Missing Non-Freethreaded Version for Python 3.13 and Python 3.11.11 Release #407
Comments
I'm going to transfer this over to uv because these are not problems here (all these distributions are available). edit: Oh, I can't actually — oh well. |
You can install 3.13.0 — the Access to the latest versions, like 3.11.1, requires a new uv release. That's in progress in astral-sh/uv#9663 |
Fixing that display bug in astral-sh/uv#9669 |
…9669) Closes astral-sh/python-build-standalone#407 ``` ❯ cargo run -q -- python list | head -n 2 cpython-3.13.0+freethreaded-macos-aarch64-none <download available> cpython-3.13.0-macos-aarch64-none <download available> ❯ uv python list | head -n 2 cpython-3.13.0+freethreaded-macos-aarch64-none <download available> cpython-3.12.7-macos-aarch64-none <download available> ```
I’ve noticed a couple of things related to Python version availability when using uv, and I’m not entirely sure if this is the right place to report it or if it might belong in the uv repository. Since both projects are soon to be managed by Astral, I thought it might be worth mentioning here first.
When I run:
I see the following versions listed, but neither the non-freethreaded Python 3.13 nor Python 3.11.11 appear:
Would you be able to confirm whether this behavior is expected—i.e., it might require adjustments on my end—or if it is a bug?
Environment
Operating System: Ubuntu 22.04.3 LTS
uv version: 0.5.6
The text was updated successfully, but these errors were encountered: