mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-05 03:18:01 +00:00
![]() Contrary to our prior assumption, we can't reliably select a specific patch version. With the deadsnakes PPA for example, `python3.12` is installed into `PATH`, but `python3.12.1` isn't. Based on the assumption (or rather, observation) that users have a single python patch version per python minor version installed, generally the latest, we only check if the installed patch version matches the selected patch version, if any, instead of search for one. In the process, i deduplicated the python discovery logic. |
||
---|---|---|
.. | ||
mod.rs |