mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 13:00:12 -05:00
## Summary Resolves #8456 ## Test Plan ```console $ cargo run -- python install 3.13 $ cargo run -- python install --reinstall 3.13 Searching for Python versions matching: Python 3.13 Found existing installation for Python 3.13: cpython-3.13.0-macos-aarch64-none Installed Python 3.13.0 in 7.39s ~ cpython-3.13.0-macos-aarch64-none ``` --------- Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>