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

Is Python 3.13 available for uv venv? #6697

Closed
okken opened this issue Aug 27, 2024 · 4 comments
Closed

Is Python 3.13 available for uv venv? #6697

okken opened this issue Aug 27, 2024 · 4 comments
Labels
upstream An upstream dependency is involved uv python Related to the uv python interface

Comments

@okken
Copy link

okken commented Aug 27, 2024

❯ uv venv -p 3.13      
  × No interpreter found for Python 3.13 in managed installations or system path

❯ uv --version
uv 0.3.4 (39f3cd2a9 2024-08-26)

Also, 3.13 doesn't seem to be in the list:

❯ uv python list --all-versions
cpython-3.12.5-macos-aarch64-none     /Users/brianokken/Library/Application Support/uv/python/cpython-3.12.5-macos-aarch64-none/bin/python3 -> python3.12
cpython-3.12.4-macos-aarch64-none     /usr/local/bin/python3.12 -> ../../../Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12
cpython-3.12.4-macos-aarch64-none     /usr/local/bin/python3 -> ../../../Library/Frameworks/Python.framework/Versions/3.12/bin/python3
cpython-3.12.4-macos-aarch64-none     /Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12
cpython-3.12.4-macos-aarch64-none     /Library/Frameworks/Python.framework/Versions/3.12/bin/python3 -> python3.12
cpython-3.12.4-macos-aarch64-none     /Users/brianokken/Library/Application Support/uv/python/cpython-3.12.4-macos-aarch64-none/bin/python3 -> python3.12
cpython-3.12.3-macos-aarch64-none     <download available>
cpython-3.12.2-macos-aarch64-none     <download available>
cpython-3.12.1-macos-aarch64-none     <download available>
cpython-3.12.0-macos-aarch64-none     <download available>
cpython-3.11.9-macos-aarch64-none     /Users/brianokken/Library/Application Support/uv/python/cpython-3.11.9-macos-aarch64-none/bin/python3 -> python3.11
cpython-3.11.8-macos-aarch64-none     <download available>
cpython-3.11.7-macos-aarch64-none     <download available>
...
@zanieb
Copy link
Member

zanieb commented Aug 27, 2024

Please see indygreg/python-build-standalone#263 (not yet, work is in progress)

@zanieb zanieb added upstream An upstream dependency is involved uv python Related to the uv python interface labels Aug 27, 2024
@zanieb
Copy link
Member

zanieb commented Sep 11, 2024

I finished this in #7263

@zanieb zanieb closed this as completed Sep 11, 2024
@okken
Copy link
Author

okken commented Sep 11, 2024

Woohoo! Yay! Thank you!

@zanieb
Copy link
Member

zanieb commented Sep 11, 2024

You're welcome! It's released in 0.4.9 already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream An upstream dependency is involved uv python Related to the uv python interface
Projects
None yet
Development

No branches or pull requests

3 participants
@okken @zanieb and others