Skip to content
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

Allow selection of managed downloads for free-threaded Python 3.13 #7193

Closed
zanieb opened this issue Sep 8, 2024 · 3 comments · Fixed by #8100
Closed

Allow selection of managed downloads for free-threaded Python 3.13 #7193

zanieb opened this issue Sep 8, 2024 · 3 comments · Fixed by #8100
Assignees
Labels
enhancement New feature or improvement to existing functionality uv python Related to the uv python interface

Comments

@zanieb
Copy link
Member

zanieb commented Sep 8, 2024

Related

@zanieb
Copy link
Member Author

zanieb commented Sep 8, 2024

@zanieb zanieb self-assigned this Sep 8, 2024
@zanieb zanieb added uv python Related to the uv python interface enhancement New feature or improvement to existing functionality labels Sep 8, 2024
@seemethere
Copy link

+1 to this, it'd be very helpful

@zanieb
Copy link
Member Author

zanieb commented Sep 27, 2024

I added these distributions upstream and will begin work on support here once I release them formally.

zanieb added a commit that referenced this issue Oct 14, 2024
Closes #7193

```

❯ cargo run -q -- python uninstall 3.13t
Searching for Python versions matching: Python 3.13t
Uninstalled Python 3.13.0 in 231ms
 - cpython-3.13.0+freethreaded-macos-aarch64-none
❯ cargo run -q -- python install 3.13t
Searching for Python versions matching: Python 3.13t
Installed Python 3.13.0 in 3.54s
 + cpython-3.13.0+freethreaded-macos-aarch64-none
❯ cargo run -q -- python install 3.12t
Searching for Python versions matching: Python 3.12t
error: No download found for request: cpython-3.12t-macos-aarch64-none
❯ cargo run -q -- python install 3.13rc3t
Searching for Python versions matching: Python 3.13rc3t
Found existing installation for Python 3.13rc3t: cpython-3.13.0+freethreaded-macos-aarch64-none
❯ cargo run -q -- run -p 3.13t python -c "import sys; print(sys.base_prefix)"
/Users/zb/.local/share/uv/python/cpython-3.13.0+freethreaded-macos-aarch64-none
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing functionality uv python Related to the uv python interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants