@@ -1188,23 +1188,23 @@ Platform-specific environment variables are also available:<br/>
11881188
11891189The available options are:
11901190
1191- | Option | Default | Future default* |
1192- | -----------------------------------| ---------------------------------------------------------------------------------------------- | -----------------------------------------------------------------|
1193- | CIBW_MANYLINUX_X86_64_IMAGE | [ ` manylinux2014 ` ] ( https://quay.io/pypa/manylinux2014_x86_64 ) | [ ` manylinux_2_28 ` ] ( https://quay.io/pypa/manylinux_2_28_x86_64 ) |
1194- | CIBW_MANYLINUX_I686_IMAGE | [ ` manylinux2014 ` ] ( https://quay.io/pypa/manylinux2014_i686 ) | |
1195- | CIBW_MANYLINUX_PYPY_X86_64_IMAGE | [ ` manylinux2014 ` ] ( https://quay.io/pypa/manylinux2014_x86_64 ) | [ ` manylinux_2_28 ` ] ( https://quay.io/pypa/manylinux_2_28_x86_64 ) |
1196- | CIBW_MANYLINUX_AARCH64_IMAGE | [ ` manylinux2014 ` ] ( https://quay.io/pypa/manylinux2014_aarch64 ) | [ ` manylinux_2_28 ` ] ( https://quay.io/pypa/manylinux_2_28_aarch64 ) |
1197- | CIBW_MANYLINUX_PPC64LE_IMAGE | [ ` manylinux2014 ` ] ( https://quay.io/pypa/manylinux2014_ppc64le ) | [ ` manylinux_2_28 ` ] ( https://quay.io/pypa/manylinux_2_28_ppc64le ) |
1198- | CIBW_MANYLINUX_S390X_IMAGE | [ ` manylinux2014 ` ] ( https://quay.io/pypa/manylinux2014_s390x ) | [ ` manylinux_2_28 ` ] ( https://quay.io/pypa/manylinux_2_28_s390x ) |
1199- | CIBW_MANYLINUX_ARMV7L_IMAGE | [ ` manylinux_2_31 ` ] ( https://github.com/mayeut/manylinux-ubuntu/pkgs/container/manylinux_2_31 ) | |
1200- | CIBW_MANYLINUX_PYPY_AARCH64_IMAGE | [ ` manylinux2014 ` ] ( https://quay.io/pypa/manylinux2014_aarch64 ) | [ ` manylinux_2_28 ` ] ( https://quay.io/pypa/manylinux_2_28_aarch64 ) |
1201- | CIBW_MANYLINUX_PYPY_I686_IMAGE | [ ` manylinux2014 ` ] ( https://quay.io/pypa/manylinux2014_i686 ) | |
1202- | CIBW_MUSLLINUX_X86_64_IMAGE | [ ` musllinux_1_2 ` ] ( https://quay.io/pypa/musllinux_1_2_x86_64 ) | |
1203- | CIBW_MUSLLINUX_I686_IMAGE | [ ` musllinux_1_2 ` ] ( https://quay.io/pypa/musllinux_1_2_i686 ) | |
1204- | CIBW_MUSLLINUX_AARCH64_IMAGE | [ ` musllinux_1_2 ` ] ( https://quay.io/pypa/musllinux_1_2_aarch64 ) | |
1205- | CIBW_MUSLLINUX_PPC64LE_IMAGE | [ ` musllinux_1_2 ` ] ( https://quay.io/pypa/musllinux_1_2_ppc64le ) | |
1206- | CIBW_MUSLLINUX_S390X_IMAGE | [ ` musllinux_1_2 ` ] ( https://quay.io/pypa/musllinux_1_2_s390x ) | |
1207- | CIBW_MUSLLINUX_ARMV7L_IMAGE | [ ` musllinux_1_2 ` ] ( https://quay.io/pypa/musllinux_1_2_armv7l ) | |
1191+ | Option | Default | Future default* |
1192+ | -----------------------------------| ----------------------------------------------------------------| -----------------------------------------------------------------|
1193+ | CIBW_MANYLINUX_X86_64_IMAGE | [ ` manylinux2014 ` ] ( https://quay.io/pypa/manylinux2014_x86_64 ) | [ ` manylinux_2_28 ` ] ( https://quay.io/pypa/manylinux_2_28_x86_64 ) |
1194+ | CIBW_MANYLINUX_I686_IMAGE | [ ` manylinux2014 ` ] ( https://quay.io/pypa/manylinux2014_i686 ) | |
1195+ | CIBW_MANYLINUX_PYPY_X86_64_IMAGE | [ ` manylinux2014 ` ] ( https://quay.io/pypa/manylinux2014_x86_64 ) | [ ` manylinux_2_28 ` ] ( https://quay.io/pypa/manylinux_2_28_x86_64 ) |
1196+ | CIBW_MANYLINUX_AARCH64_IMAGE | [ ` manylinux2014 ` ] ( https://quay.io/pypa/manylinux2014_aarch64 ) | [ ` manylinux_2_28 ` ] ( https://quay.io/pypa/manylinux_2_28_aarch64 ) |
1197+ | CIBW_MANYLINUX_PPC64LE_IMAGE | [ ` manylinux2014 ` ] ( https://quay.io/pypa/manylinux2014_ppc64le ) | [ ` manylinux_2_28 ` ] ( https://quay.io/pypa/manylinux_2_28_ppc64le ) |
1198+ | CIBW_MANYLINUX_S390X_IMAGE | [ ` manylinux2014 ` ] ( https://quay.io/pypa/manylinux2014_s390x ) | [ ` manylinux_2_28 ` ] ( https://quay.io/pypa/manylinux_2_28_s390x ) |
1199+ | CIBW_MANYLINUX_ARMV7L_IMAGE | [ ` manylinux_2_31 ` ] ( https://quay.io/pypa/manylinux_2_31_armv7l ) | |
1200+ | CIBW_MANYLINUX_PYPY_AARCH64_IMAGE | [ ` manylinux2014 ` ] ( https://quay.io/pypa/manylinux2014_aarch64 ) | [ ` manylinux_2_28 ` ] ( https://quay.io/pypa/manylinux_2_28_aarch64 ) |
1201+ | CIBW_MANYLINUX_PYPY_I686_IMAGE | [ ` manylinux2014 ` ] ( https://quay.io/pypa/manylinux2014_i686 ) | |
1202+ | CIBW_MUSLLINUX_X86_64_IMAGE | [ ` musllinux_1_2 ` ] ( https://quay.io/pypa/musllinux_1_2_x86_64 ) | |
1203+ | CIBW_MUSLLINUX_I686_IMAGE | [ ` musllinux_1_2 ` ] ( https://quay.io/pypa/musllinux_1_2_i686 ) | |
1204+ | CIBW_MUSLLINUX_AARCH64_IMAGE | [ ` musllinux_1_2 ` ] ( https://quay.io/pypa/musllinux_1_2_aarch64 ) | |
1205+ | CIBW_MUSLLINUX_PPC64LE_IMAGE | [ ` musllinux_1_2 ` ] ( https://quay.io/pypa/musllinux_1_2_ppc64le ) | |
1206+ | CIBW_MUSLLINUX_S390X_IMAGE | [ ` musllinux_1_2 ` ] ( https://quay.io/pypa/musllinux_1_2_s390x ) | |
1207+ | CIBW_MUSLLINUX_ARMV7L_IMAGE | [ ` musllinux_1_2 ` ] ( https://quay.io/pypa/musllinux_1_2_armv7l ) | |
12081208
12091209<small >* The default is scheduled to change in a cibuildwheel release on or after 6th May 2025 - if you don't want the new default, you should set the value to ` manylinux2014 ` .</small >
12101210
0 commit comments