FR: (uv venv
) add support for '-p 3.13t' as a shorthand for '-p 3.13*t' ?
#4828
Labels
enhancement
New feature or improvement to existing functionality
uv python
Related to the uv python interface
pyenv recently introduced free-threading variants for Python 3.13:
pyenv/pyenv#2995
pyenv/pyenv#3001
Assuming I installed Python
3.13.0b3
(both variants) as:pyenv install 3.13.0b3 3.13t-dev pyenv local 3.13.0b3 3.13t-dev
and as of pyenv
2.4.4
+ uv0.2.21
, the following invocations work:but this one doesn't:
This is still fresh paint and not a well established naming convention yet, but since it's pushed in pyenv by PEP 703 author Sam Gross, maybe it's reasonable to support it already ?
It certainly wasn't obvious to me that I could use
uv venv -p python3.13t
, and I discovered it by trial and error.The text was updated successfully, but these errors were encountered: