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 452a982 commit caff113Copy full SHA for caff113
.github/workflows/wheels.yml
@@ -114,14 +114,14 @@ jobs:
114
platforms: all
115
116
- name: Build wheels
117
- uses: pypa/cibuildwheel@v3.1.4
+ uses: pypa/cibuildwheel@v3.2.0
118
with:
119
only: ${{ matrix.only }}
120
121
- name: Build faster Linux wheels
122
# also build wheels with the most recent manylinux images and gcc
123
if: runner.os == 'Linux' && !contains(matrix.only, 'i686')
124
125
env:
126
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_34
127
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_34 # manylinux_2_39 ?
0 commit comments