Added more infos about muslinux support of uv in options.md (#2675)

uv doesn't support also ppc64le and riscv64 for muslinux
This commit is contained in:
Marco Sulla
2025-12-06 12:15:11 +01:00
committed by GitHub
parent 6c7e3ee860
commit 3c2d5961de
+1 -2
View File
@@ -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.