File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -241,16 +241,16 @@ jobs:
241241 - name : Install Python dependencies
242242 run : |
243243 python -m pip install --upgrade pip
244- pip install cibuildwheel==2.19.2
244+ pip install cibuildwheel==2.23.3
245245 - name : Build wheels
246246 run : |
247247 python -m cibuildwheel --output-dir wheelhouse
248248 env :
249249 CIBW_BUILD : ${{ matrix.build }}
250250 CIBW_ARCHS_LINUX : ${{ matrix.arch }}
251- CIBW_MANYLINUX_*_IMAGE : manylinux_2_34
252- CIBW_MANYLINUX_PYPY_X86_64_IMAGE : manylinux_2_34
253- CIBW_MANYLINUX_PYPY_AARCH64_IMAGE : manylinux_2_34
251+ CIBW_MANYLINUX_*_IMAGE : manylinux_2_28
252+ CIBW_MANYLINUX_PYPY_X86_64_IMAGE : manylinux_2_28
253+ CIBW_MANYLINUX_PYPY_AARCH64_IMAGE : manylinux_2_28
254254 CIBW_BEFORE_ALL_LINUX : >
255255 yum install -y epel-release &&
256256 yum-config-manager --enable epel &&
@@ -296,7 +296,7 @@ jobs:
296296 # Downloads SDL for the later step.
297297 run : python build_sdl.py
298298 - name : Build wheels
299- uses : pypa/cibuildwheel@v2.19.2
299+ uses : pypa/cibuildwheel@v2.23.3
300300 env :
301301 CIBW_BUILD : ${{ matrix.python }}
302302 CIBW_ARCHS_MACOS : x86_64 arm64 universal2
You can’t perform that action at this time.
0 commit comments