@@ -20,17 +20,17 @@ jobs:
2020 CIBW_ARCHS : ${{matrix.arch}}
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 with :
2525 submodules : recursive
2626
27- - uses : actions/setup-python@v5
27+ - uses : actions/setup-python@v6
2828 name : Install Python
2929 with :
30- python-version : ' 3.13 '
30+ python-version : ' 3.14 '
3131
3232 - name : Install cibuildwheel
33- run : python -m pip install cibuildwheel==2.22.0
33+ run : python -m pip install cibuildwheel==3.2.1
3434
3535 - name : Build wheels
3636 run : python -m cibuildwheel --output-dir wheelhouse
@@ -51,17 +51,17 @@ jobs:
5151 CIBW_ARCHS : ${{matrix.arch}}
5252
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v5
5555 with :
5656 submodules : recursive
5757
58- - uses : actions/setup-python@v5
58+ - uses : actions/setup-python@v6
5959 name : Install Python
6060 with :
61- python-version : ' 3.13 '
61+ python-version : ' 3.14 '
6262
6363 - name : Install cibuildwheel
64- run : python -m pip install cibuildwheel==2.22.0
64+ run : python -m pip install cibuildwheel==3.2.1
6565
6666 - name : Build wheels
6767 run : python -m cibuildwheel --output-dir wheelhouse
@@ -90,21 +90,21 @@ jobs:
9090 CIBW_ARCHS : ${{matrix.arch}}
9191
9292 steps :
93- - uses : actions/checkout@v4
93+ - uses : actions/checkout@v5
9494 with :
9595 submodules : recursive
9696
9797 - name : Set up QEMU
9898 if : ${{ matrix.arch != 'x86_64' && matrix.arch != 'i686' }}
9999 uses : docker/setup-qemu-action@v3
100100
101- - uses : actions/setup-python@v5
101+ - uses : actions/setup-python@v6
102102 name : Install Python
103103 with :
104- python-version : ' 3.13 '
104+ python-version : ' 3.14 '
105105
106106 - name : Install cibuildwheel
107- run : python -m pip install cibuildwheel==2.22.0
107+ run : python -m pip install cibuildwheel==3.2.1
108108
109109 - name : Build wheels
110110 run : python -m cibuildwheel --output-dir wheelhouse
@@ -133,17 +133,17 @@ jobs:
133133 CIBW_ARCHS : ${{matrix.arch}}
134134
135135 steps :
136- - uses : actions/checkout@v4
136+ - uses : actions/checkout@v5
137137 with :
138138 submodules : recursive
139139
140- - uses : actions/setup-python@v5
140+ - uses : actions/setup-python@v6
141141 name : Install Python
142142 with :
143- python-version : ' 3.13 '
143+ python-version : ' 3.14 '
144144
145145 - name : Install cibuildwheel
146- run : python -m pip install cibuildwheel==2.22.0
146+ run : python -m pip install cibuildwheel==3.2.1
147147
148148 - name : Build wheels
149149 run : python -m cibuildwheel --output-dir wheelhouse
@@ -168,21 +168,21 @@ jobs:
168168 CIBW_ARCHS : ${{matrix.arch}}
169169
170170 steps :
171- - uses : actions/checkout@v4
171+ - uses : actions/checkout@v5
172172 with :
173173 submodules : recursive
174174
175175 - name : Set up QEMU
176176 if : ${{ matrix.arch != 'x86_64' && matrix.arch != 'i686' }}
177177 uses : docker/setup-qemu-action@v3
178178
179- - uses : actions/setup-python@v5
179+ - uses : actions/setup-python@v6
180180 name : Install Python
181181 with :
182- python-version : ' 3.13 '
182+ python-version : ' 3.14 '
183183
184184 - name : Install cibuildwheel
185- run : python -m pip install cibuildwheel==2.22.0
185+ run : python -m pip install cibuildwheel==3.2.1
186186
187187 - name : Build wheels
188188 run : python -m cibuildwheel --output-dir wheelhouse
@@ -205,17 +205,17 @@ jobs:
205205 CIBW_ARCHS : ${{matrix.arch}}
206206
207207 steps :
208- - uses : actions/checkout@v4
208+ - uses : actions/checkout@v5
209209 with :
210210 submodules : recursive
211211
212- - uses : actions/setup-python@v5
212+ - uses : actions/setup-python@v6
213213 name : Install Python
214214 with :
215- python-version : ' 3.13 '
215+ python-version : ' 3.14 '
216216
217217 - name : Install cibuildwheel
218- run : python -m pip install cibuildwheel==2.22.0
218+ run : python -m pip install cibuildwheel==3.2.1
219219
220220 - name : Build wheels
221221 run : python -m cibuildwheel --output-dir wheelhouse
@@ -229,14 +229,14 @@ jobs:
229229 name : Build source distribution
230230 runs-on : ubuntu-latest
231231 steps :
232- - uses : actions/checkout@v4
232+ - uses : actions/checkout@v5
233233 with :
234234 submodules : recursive
235235
236- - uses : actions/setup-python@v5
236+ - uses : actions/setup-python@v6
237237 name : Install Python
238238 with :
239- python-version : ' 3.13 '
239+ python-version : ' 3.14 '
240240
241241 - name : Install build
242242 run : pip install build
0 commit comments