Add note about available versions (#11331)

ref https://github.com/astral-sh/uv/issues/11243#issuecomment-2644104492
This commit is contained in:
Zanie Blue 2025-02-07 16:10:05 -06:00 committed by GitHub
parent 6e5479f5db
commit 03616ebb68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 18 additions and 9 deletions

View file

@ -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