uv/crates/uv-interpreter/python
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
..
packaging Move architecture and operating system probing to Python (#2381) 2024-03-13 11:51:14 +00:00
__init__.py Move architecture and operating system probing to Python (#2381) 2024-03-13 11:51:14 +00:00
get_interpreter_info.py Better error for unsupported Python version (#3398) 2024-05-06 11:12:36 +02:00