Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Determine if pre-release Python downloads should be allowed using the…
… version specifiers (#7638) Closes #7637 ``` ❯ uv python install '>=3.11' Installed Python 3.12.6 in 1.70s + cpython-3.12.6-macos-aarch64-none ❯ uv python install 3.13 Installed Python 3.13.0rc2 in 1.89s + cpython-3.13.0rc2-macos-aarch64-none ❯ uv python uninstall --all Searching for Python installations Uninstalled 2 versions in 94ms - cpython-3.12.6-macos-aarch64-none - cpython-3.13.0rc2-macos-aarch64-none ❯ uv python install '>=3.11a1' Installed Python 3.13.0rc2 in 1.89s + cpython-3.13.0rc2-macos-aarch64-none ```
- Loading branch information