uv/crates/uv-python/src
Zanie Blue 533c7e3bfd
Drop Python version range enforcement from PythonVersion::from_str (#7264)
This caused some problems earlier, as it prevented us from _listing_
Python versions <3.7 which seems weird (see
https://github.com/astral-sh/uv/pull/7131#issuecomment-2334929000)

I'm worried that without this the changes to installation key parsing in
https://github.com/astral-sh/uv/pull/7263 would otherwise be too
restrictive.

I think if we want to enforce these ranges, we should do so separately
from the parse step.
2024-09-10 13:34:18 -05:00
..
discovery.rs Fix typos in docs, error messages and comments (#6910) 2024-09-01 11:37:43 +00:00
downloads.inc Sync latest Python releases (#6784) 2024-08-29 03:41:07 +00:00
downloads.inc.mustache Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
downloads.rs Avoid panicking when encountering an invalid Python version during uv python list (#7131) 2024-09-06 19:23:16 -04:00
environment.rs Direct users towards uv venv to create a virtual environment (#7188) 2024-09-08 22:33:34 +00:00
implementation.rs Use max rather than min to sort managed Pythons (#5205) 2024-07-19 12:35:17 +00:00
installation.rs Avoid panicking when encountering an invalid Python version during uv python list (#7131) 2024-09-06 19:23:16 -04:00
interpreter.rs Add support for dynamic cache keys (#7136) 2024-09-09 20:19:15 +00:00
lib.rs Discover Microsoft Store Pythons (#6807) 2024-08-29 20:56:41 +00:00
libc.rs Detect musl and error for musl pbs builds (#6643) 2024-08-27 00:06:53 +00:00
managed.rs Avoid panicking when encountering an invalid Python version during uv python list (#7131) 2024-09-06 19:23:16 -04:00
microsoft_store.rs Discover Microsoft Store Pythons (#6807) 2024-08-29 20:56:41 +00:00
platform.rs Detect musl and error for musl pbs builds (#6643) 2024-08-27 00:06:53 +00:00
pointer_size.rs Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
prefix.rs Initialize all --prefix subdirectories (#4895) 2024-07-08 14:15:25 +00:00
py_launcher.rs Clearer registry Python sort (#7178) 2024-09-07 15:57:01 -04:00
python_version.rs Drop Python version range enforcement from PythonVersion::from_str (#7264) 2024-09-10 13:34:18 -05:00
target.rs Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
version_files.rs Surface dedicated errors for .python-version conflict with requires-python (#7218) 2024-09-09 17:12:53 -04:00
virtualenv.rs feat(venv): add relocatable flag (#5515) 2024-07-29 00:10:11 +00:00
which.rs Search for all python3.x in PATH (#5148) 2024-07-18 17:00:01 +02:00