mirror of
https://github.com/astral-sh/uv.git
synced 2025-12-11 20:39:50 +00:00
## Summary Prefers, in order: - The major-minor version of an interpreter discovered via `--python`. - The `requires-python` from the workspace. - The major-minor version of the default interpreter. If the `--python` request is a version or a version range, we use that without fetching an interpreter. Closes https://github.com/astral-sh/uv/issues/5299. |
||
|---|---|---|
| .. | ||
| index | ||
| metadata | ||
| source | ||
| archive.rs | ||
| distribution_database.rs | ||
| download.rs | ||
| error.rs | ||
| lib.rs | ||
| locks.rs | ||
| reporter.rs | ||