@@ -143,7 +143,7 @@ jobs:
143
143
path : dist/
144
144
145
145
- name : Build wheels for CPython 3.14
146
- uses : pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
146
+ uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
147
147
with :
148
148
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
149
149
env :
@@ -157,7 +157,7 @@ jobs:
157
157
--upgrade --pre --only-binary=:all: contourpy numpy pillow
158
158
159
159
- name : Build wheels for CPython 3.13
160
- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
160
+ uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
161
161
with :
162
162
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
163
163
env :
@@ -166,23 +166,23 @@ jobs:
166
166
CIBW_ARCHS : ${{ matrix.cibw_archs }}
167
167
168
168
- name : Build wheels for CPython 3.12
169
- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
169
+ uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
170
170
with :
171
171
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
172
172
env :
173
173
CIBW_BUILD : " cp312-*"
174
174
CIBW_ARCHS : ${{ matrix.cibw_archs }}
175
175
176
176
- name : Build wheels for CPython 3.11
177
- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
177
+ uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
178
178
with :
179
179
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
180
180
env :
181
181
CIBW_BUILD : " cp311-*"
182
182
CIBW_ARCHS : ${{ matrix.cibw_archs }}
183
183
184
184
- name : Build wheels for CPython 3.10
185
- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
185
+ uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
186
186
with :
187
187
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
188
188
env :
@@ -191,20 +191,22 @@ jobs:
191
191
# Ignore because dependencies do not provide win-arm wheels on 3.10; should be removed on merge up
192
192
if : matrix.os != 'windows-11-arm'
193
193
194
- - name : Build wheels for PyPy
195
- uses : pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
194
+ - name : Build wheels for PyPy 3.10
195
+ uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
196
196
with :
197
197
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
198
198
env :
199
- CIBW_BUILD : " cp310 -*"
199
+ CIBW_BUILD : " pp310 -*"
200
200
CIBW_ARCHS : ${{ matrix.cibw_archs }}
201
+ CIBW_ENABLE : pypy
202
+ if : matrix.cibw_archs != 'aarch64' && matrix.os != 'windows-latest' && matrix.os != 'windows-11-arm'
201
203
202
- - name : Build wheels for PyPy
203
- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
204
+ - name : Build wheels for PyPy 3.11
205
+ uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
204
206
with :
205
207
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
206
208
env :
207
- CIBW_BUILD : " pp310 -*"
209
+ CIBW_BUILD : " pp311 -*"
208
210
CIBW_ARCHS : ${{ matrix.cibw_archs }}
209
211
CIBW_ENABLE : pypy
210
212
if : matrix.cibw_archs != 'aarch64' && matrix.os != 'windows-latest' && matrix.os != 'windows-11-arm'
0 commit comments