astral-sh / uv

An extremely fast Python package installer and resolver, written in Rust.
https://astral.sh/
Apache License 2.0
12.28k stars 338 forks source link

Use last non-EOL version for `--python-platform` macOS #3469

Closed charliermarsh closed 4 weeks ago

charliermarsh commented 4 weeks ago

Summary

I think, as a a rule, we can just use the last non-EOL version here for x86 and ARM.

Closes https://github.com/astral-sh/uv/issues/3454.

zanieb commented 4 weeks ago

Any documentation to add?