mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 14:00:11 -05:00
Error when a built wheel is for the wrong platform. This can happen especially when using `--python-platform` or `--python-version` with `uv pip install`. Fixes #16019