feat: add support for manylinux_2_34 i686 image (#2500)

This commit is contained in:
Matthieu Darbois
2025-07-18 11:30:42 -07:00
committed by GitHub
parent 7247e3887c
commit 9613645abc
4 changed files with 42 additions and 40 deletions
-1
View File
@@ -1029,7 +1029,6 @@ The available options are:
Set the Docker image to be used for building [manylinux / musllinux](https://github.com/pypa/manylinux) wheels.
For `manylinux-*-image`, except `manylinux-armv7l-image`, the value of this option can either be set to `manylinux2014`, `manylinux_2_28` or `manylinux_2_34` to use a pinned version of the [official manylinux images](https://github.com/pypa/manylinux). Alternatively, set these options to any other valid Docker image name.
`manylinux_2_34` is not supported for `i686` architecture.
For `manylinux-armv7l-image`, the value of this option can either be set to `manylinux_2_31` or a custom image. Support is experimental for now. The `manylinux_2_31` value is only available for `armv7`.