Skip to content

Commit 12c4ac2

Browse files
committed
ci: Upgrade to cibuildwheel 3.0.0b1
This is necessary for building Python 3.14 wheels. Signed-off-by: Matt Wozniski <[email protected]>
1 parent f724092 commit 12c4ac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
run: |
6767
tar zxvf *.tar.gz --strip-components=1
6868
- name: Build wheels
69-
uses: pypa/cibuildwheel@v2.22.0
69+
uses: pypa/cibuildwheel@v3.0.0b1
7070
env:
7171
CIBW_BUILD: "cp3{7..14}-${{ matrix.wheel_type }}"
7272
CIBW_ARCHS_LINUX: auto aarch64
73-
CIBW_PRERELEASE_PYTHONS: True
73+
CIBW_ENABLE: cpython-prerelease
7474
- uses: actions/upload-artifact@v4
7575
with:
7676
name: ${{ matrix.wheel_type }}-wheels

0 commit comments

Comments
 (0)