uv/crates/uv-interpreter
Shantanu 95f31f2266
Better error for unsupported Python version (#3398)
Fixes #3371

It seems like uv doesn't proactively enforce 3.8+ and in most cases just
issues a warning. This PR keeps that property, only adding the new check
when it is known to fail. I checked the imports in this file and the
other ones seem fine.
2024-05-06 11:12:36 +02:00
..
python Better error for unsupported Python version (#3398) 2024-05-06 11:12:36 +02:00
src Better error for unsupported Python version (#3398) 2024-05-06 11:12:36 +02:00
Cargo.toml require serde and rkyv everywhere; remove optional serde and rkyv features (#3345) 2024-05-03 10:21:03 -04:00
fetch-version-metadata.py Merge `uv-toolchain` and `uv-interpreter` (#3265) 2024-04-30 17:49:46 +00:00
python-version-metadata.json Merge `uv-toolchain` and `uv-interpreter` (#3265) 2024-04-30 17:49:46 +00:00
template-version-metadata.py Merge `uv-toolchain` and `uv-interpreter` (#3265) 2024-04-30 17:49:46 +00:00