@@ -136,7 +136,7 @@ jobs:
136136path :dist/
137137
138138 -name :Build wheels for CPython 3.12
139- uses :pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15 .0
139+ uses :pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16 .0
140140with :
141141package-dir :dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
142142env :
@@ -158,31 +158,31 @@ jobs:
158158 pip install --pre "numpy>=1.25"
159159
160160 -name :Build wheels for CPython 3.11
161- uses :pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15 .0
161+ uses :pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16 .0
162162with :
163163package-dir :dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
164164env :
165165CIBW_BUILD :" cp311-*"
166166CIBW_ARCHS :${{ matrix.cibw_archs }}
167167
168168 -name :Build wheels for CPython 3.10
169- uses :pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15 .0
169+ uses :pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16 .0
170170with :
171171package-dir :dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
172172env :
173173CIBW_BUILD :" cp310-*"
174174CIBW_ARCHS :${{ matrix.cibw_archs }}
175175
176176 -name :Build wheels for CPython 3.9
177- uses :pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15 .0
177+ uses :pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16 .0
178178with :
179179package-dir :dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
180180env :
181181CIBW_BUILD :" cp39-*"
182182CIBW_ARCHS :${{ matrix.cibw_archs }}
183183
184184 -name :Build wheels for PyPy
185- uses :pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15 .0
185+ uses :pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16 .0
186186with :
187187package-dir :dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
188188env :