Skip to content

Commit e2ca04f

Browse files
committed
Build wheel for python 3.13
1 parent 37da064 commit e2ca04f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/checkout@v4
7070
- name: Install cibuildwheel
7171
# Nb. keep cibuildwheel version pin consistent with job below
72-
run: pipx install cibuildwheel==2.16.5
72+
run: pipx install cibuildwheel==2.21.3
7373
- id: set-matrix
7474
# Once we have the windows build figured out, it can be added here
7575
# by updating the matrix to include windows builds as well.
@@ -112,7 +112,7 @@ jobs:
112112
platforms: all
113113

114114
- name: Build wheels
115-
uses: pypa/cibuildwheel@v2.16.5
115+
uses: pypa/cibuildwheel@v2.21.3
116116
with:
117117
only: ${{ matrix.only }}
118118
env:

0 commit comments

Comments
 (0)