uv
18c18b84 - Treat invalid platform as more compatible than invalid Python (#7556)

Commit
1 year ago
Treat invalid platform as more compatible than invalid Python (#7556) ## Summary I think this is just inverted. It means that when we fail in https://github.com/astral-sh/uv/issues/7553, we show a message for "invalid Python implementation" (since there are some wheels that don't match), but we should be showing "invalid platform", matching the order of operations in our compatibility check. Closes https://github.com/astral-sh/uv/issues/7553.
Author
Parents
Loading