Skip to content

Commit 44894e0

Browse files
committed
Update cibuildwheel to build wheels for Python 3.13
1 parent b234f6a commit 44894e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
8181
- name: Install cibuildwheel
8282
# Nb. keep cibuildwheel version pin consistent with job below
83-
run: pipx install cibuildwheel==2.16.5
83+
run: pipx install cibuildwheel==2.22.0
8484
- id: set-matrix
8585
run: |
8686
MATRIX=$(
@@ -129,7 +129,7 @@ jobs:
129129
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
130130
131131
- name: Build wheels
132-
uses: pypa/cibuildwheel@v2.16.5
132+
uses: pypa/cibuildwheel@v2.22.0
133133
with:
134134
only: ${{ matrix.only }}
135135

0 commit comments

Comments
 (0)