uv/crates/uv-configuration
Charlie Marsh 116d47ed03
Add alternate manylinux targets to --python-platform (#3229)
## Summary

I initially implemented this by allowing arbitrary
`x86_64-manylinux_x_y`, but it makes the Clap, Serde, and Schemars
definitions more complicated, _and_ makes it harder for the user.
Ultimately, manylinux itself only provides images for 2_17 and 2_28, so
this seems like it should be sufficient.

Closes https://github.com/astral-sh/uv/issues/3222.
2024-04-24 07:53:25 -04:00
..
src Add alternate manylinux targets to --python-platform (#3229) 2024-04-24 07:53:25 -04:00
Cargo.toml Remove unused dependencies (#3236) 2024-04-24 11:18:24 +00:00