-
Notifications
You must be signed in to change notification settings - Fork 988
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
Omit variant when detecting compatible Python installs #10722
base: main
Are you sure you want to change the base?
Conversation
084e167
to
e8a0bd2
Compare
I don't have a great way to test this. |
I think I solved this in #9788 — one sec |
Funny, similar d51e5d7 — it's a bit more nuanced though |
Want me to port that over here? Close this entirely? Merge as-is? Up to you! |
I won't have time to look closer today, I think my change might require the other changes in the PR, i.e., we only allow an older version from a newer architecture — not the other way around. So if we can't detect a newer architecture it doesn't solve anything. |
Quick test looks good, I'm fine with the incremental improvement here
We shouldn't omit the variant in |
You might want to make sure the sorting is right too (as done in the other pr) |
|
Summary
Closes #10586.