uv/crates/uv-python
John Mumm 797f1fbac0
Add support for global uv python pin (#12115)
These changes add support for

```
uv python pin 3.12 --global 
```

This adds the specified version to a `.python-version` file in the
user-level config directory. uv will now use the user-level version as a
fallback if no version is found in the project directory or its
ancestors.

Closes #4972
2025-03-13 13:48:37 +01:00
..
python Remove prepended sys.path (#11954) 2025-03-04 16:00:26 +00:00
src Add support for global uv python pin (#12115) 2025-03-13 13:48:37 +01:00
Cargo.toml Make interpreter caching robust to OS upgrades (#11875) 2025-03-02 01:36:38 +00:00
download-metadata.json Add support for dynamic musl Python distributions on x86-64 Linux (#12121) 2025-03-11 18:14:10 -05:00
fetch-download-metadata.py Add support for dynamic musl Python distributions on x86-64 Linux (#12121) 2025-03-11 18:14:10 -05:00
template-download-metadata.py Update riscv64 Python downloads to allow install on riscv64gc (#10937) 2025-01-24 09:33:29 -06:00