Skip to content

Commit a6ce856

Browse files
committed
bump cibuildwheel and manylinux
1 parent ccda3a8 commit a6ce856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
if: runner.os == 'Linux' && matrix.arch == 'aarch64'
4242

4343
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
44-
uses: pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
44+
uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
4545
env:
4646
# Skips pypy and musllinux for now.
4747
CIBW_SKIP: "pp* cp36-* cp37-* cp38-* *-musllinux*"
4848
CIBW_ARCHS: ${{ matrix.arch }}
4949
CIBW_BUILD_FRONTEND: build
50-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
50+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
5151
CIBW_TEST_REQUIRES: pytest pandas>=2
5252
CIBW_TEST_COMMAND: >
5353
python -c "import gsw; print(f'gsw v{gsw.__version__}')" &&

0 commit comments

Comments
 (0)