mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Add note about available versions (#11331)
ref https://github.com/astral-sh/uv/issues/11243#issuecomment-2644104492
This commit is contained in:
parent
6e5479f5db
commit
03616ebb68
4 changed files with 18 additions and 9 deletions
|
@ -110,6 +110,11 @@ latest version. If a `.python-version` file is present, uv will install the Pyth
|
|||
the file. A project that requires multiple Python versions may define a `.python-versions` file. If
|
||||
present, uv will install all of the Python versions listed in the file.
|
||||
|
||||
!!! important
|
||||
|
||||
The available Python versions are frozen for each uv release. To install new Python versions,
|
||||
you may need upgrade uv.
|
||||
|
||||
### Installing Python executables
|
||||
|
||||
!!! important
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue