Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,7 @@ Make sure you have an external uv on Windows and macOS, either by
pre-installing it, or installing cibuildwheel with the `uv` extra, which is
possible by manually passing `cibuildwheel[uv]` to installers or by using the
`extras` option in the [cibuildwheel action](ci-services.md#github-actions).
uv currently does not support iOS or musllinux on s390x. Legacy dependencies
like setuptools on Python < 3.12 and pip are not installed if using uv.
uv currently does not support iOS or musllinux on s390x, ppc64le and riscv64.

On Android and Pyodide, the "pip" frontend is not supported.

Expand Down