Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer more recent minor versions in wheel tags #2263

Merged
merged 2 commits into from
Mar 7, 2024
Merged

Conversation

charliermarsh
Copy link
Member

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.

Copy link
Contributor

@skshetry skshetry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can confirm that this fixes the issue. Thank you for creating the fix so quickly. ⚡

@charliermarsh charliermarsh force-pushed the charlie/ver branch 2 times, most recently from fe3d904 to b134890 Compare March 7, 2024 05:18
@charliermarsh charliermarsh enabled auto-merge (squash) March 7, 2024 05:20
@charliermarsh charliermarsh merged commit 4796927 into main Mar 7, 2024
7 checks passed
@charliermarsh charliermarsh deleted the charlie/ver branch March 7, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

uv installs wheel for a different python version for multiprocess
2 participants