Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prefer more recent minor versions in wheel tags (#2263)
## Summary In the list of tags produced by `Tags::from_env`, higher-priority tags are expected to come earlier in the list. Right now, though, we push tags like `py38` before `py312`. So if you run `cargo run pip install multiprocess -n --reinstall --verbose` on Python 3.12, you get the `py38` wheel rather than the `py32` wheel. Closes #2261.
- Loading branch information