From 3c2d5961de159ac990d4225e499c4f554ee3e0e8 Mon Sep 17 00:00:00 2001 From: Marco Sulla <13075999+Marco-Sulla@users.noreply.github.com> Date: Sat, 6 Dec 2025 12:15:11 +0100 Subject: [PATCH] Added more infos about muslinux support of uv in options.md (#2675) uv doesn't support also ppc64le and riscv64 for muslinux --- docs/options.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/options.md b/docs/options.md index 72e02a44..c94cb042 100644 --- a/docs/options.md +++ b/docs/options.md @@ -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.