File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 7171 - uses : actions/checkout@v4
7272 - name : Install cibuildwheel
7373 # Nb. keep cibuildwheel version pin consistent with job below
74- run : pipx install cibuildwheel==2.22 .0
74+ run : pipx install cibuildwheel==3.0 .0
7575 - id : set-matrix
7676 run : |
7777 MATRIX=$(
@@ -117,12 +117,12 @@ jobs:
117117 if : runner.os == 'Linux' && !contains(matrix.only, 'i686')
118118119119 env :
120- CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_28
121- CIBW_MANYLINUX_AARCH64_IMAGE : manylinux_2_28
122- CIBW_MANYLINUX_PPC64LE_IMAGE : manylinux_2_28
123- CIBW_MANYLINUX_S390X_IMAGE : manylinux_2_28
124- CIBW_MANYLINUX_PYPY_X86_64_IMAGE : manylinux_2_28
125- CIBW_MANYLINUX_PYPY_AARCH64_IMAGE : manylinux_2_28
120+ CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_34
121+ CIBW_MANYLINUX_AARCH64_IMAGE : manylinux_2_34
122+ CIBW_MANYLINUX_PPC64LE_IMAGE : manylinux_2_34
123+ CIBW_MANYLINUX_S390X_IMAGE : manylinux_2_34
124+ CIBW_MANYLINUX_PYPY_X86_64_IMAGE : manylinux_2_34
125+ CIBW_MANYLINUX_PYPY_AARCH64_IMAGE : manylinux_2_34
126126 CIBW_MUSLLINUX_X86_64_IMAGE : musllinux_1_2
127127 CIBW_MUSLLINUX_AARCH64_IMAGE : musllinux_1_2
128128 CIBW_MUSLLINUX_PPC64LE_IMAGE : musllinux_1_2
You can’t perform that action at this time.
0 commit comments