uv/crates/uv-python
Zanie Blue ddd6f3debe
Fix discovery of pre-release managed Python versions in range requests (#13330)
We have test coverage for this elsewhere, but managed Python versions
are a distinct case because we know the _full_ version before querying
the interpreter (whereas, when we find them on the `PATH`, we usually
only know `X.y` from the file name).

This pre-filter logic now matches our subsequent logic at


060be9cef1/crates/uv-python/src/discovery.rs (L2146-L2149)



060be9cef1
shows the snapshot change.
2025-05-07 09:27:13 -05:00
..
python Fix GraalPy abi tag parsing and discovery (#12154) 2025-03-13 23:55:07 +00:00
src Fix discovery of pre-release managed Python versions in range requests (#13330) 2025-05-07 09:27:13 -05:00
.gitignore minify and filter embed managed pythons json on compile time (#12967) 2025-04-30 15:51:03 -04:00
build.rs Only rebuild download JSON on change (#13261) 2025-05-02 07:49:34 -05:00
Cargo.toml minify and filter embed managed pythons json on compile time (#12967) 2025-04-30 15:51:03 -04:00
download-metadata.json Add downloading of GraalPy (#13172) 2025-05-06 11:02:27 -05:00
fetch-download-metadata.py Add downloading of GraalPy (#13172) 2025-05-06 11:02:27 -05:00