We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccda3a8 commit a6ce856Copy full SHA for a6ce856
.github/workflows/cibuildwheel.yml
@@ -41,13 +41,13 @@ jobs:
41
if: runner.os == 'Linux' && matrix.arch == 'aarch64'
42
43
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
44
- uses: pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
+ uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
45
env:
46
# Skips pypy and musllinux for now.
47
CIBW_SKIP: "pp* cp36-* cp37-* cp38-* *-musllinux*"
48
CIBW_ARCHS: ${{ matrix.arch }}
49
CIBW_BUILD_FRONTEND: build
50
- CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
+ CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
51
CIBW_TEST_REQUIRES: pytest pandas>=2
52
CIBW_TEST_COMMAND: >
53
python -c "import gsw; print(f'gsw v{gsw.__version__}')" &&
0 commit comments