@@ -137,53 +137,39 @@ jobs:
137137 path : dist/
138138
139139 - name : Build wheels for CPython 3.12
140- uses : pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
140+ uses : pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
141141 with :
142142 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
143143 env :
144144 CIBW_BUILD : " cp312-*"
145145 CIBW_ARCHS : ${{ matrix.cibw_archs }}
146- # Remove this once NumPy with Python 3.12 wheels is not pre-release.
147- CIBW_BEFORE_BUILD : >-
148- pip install "meson-python>=0.13.1" ninja "pybind11>=2.6" "setuptools>=42" "setuptools_scm>=7" &&
149- pip install --pre "numpy>=1.25" &&
150- rm -rf {package}/build
151- CIBW_BEFORE_BUILD_WINDOWS : >-
152- pip install delvewheel "meson-python>=0.13.1" ninja "pybind11>=2.6" "setuptools>=42" "setuptools_scm>=7" &&
153- pip install --pre "numpy>=1.25" &&
154- rm -rf {package}/build
155- CIBW_ENVIRONMENT : PIP_NO_BUILD_ISOLATION=0
156- # Remove this once contourpy has Python 3.12 wheels.
157- CIBW_BEFORE_TEST : >-
158- pip install "meson>=1.2.0" "meson-python>=0.13.1" "ninja" "pybind11>=2.10.4" &&
159- pip install --pre "numpy>=1.25"
160146
161147 - name : Build wheels for CPython 3.11
162- uses : pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
148+ uses : pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
163149 with :
164150 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
165151 env :
166152 CIBW_BUILD : " cp311-*"
167153 CIBW_ARCHS : ${{ matrix.cibw_archs }}
168154
169155 - name : Build wheels for CPython 3.10
170- uses : pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
156+ uses : pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
171157 with :
172158 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
173159 env :
174160 CIBW_BUILD : " cp310-*"
175161 CIBW_ARCHS : ${{ matrix.cibw_archs }}
176162
177163 - name : Build wheels for CPython 3.9
178- uses : pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
164+ uses : pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
179165 with :
180166 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
181167 env :
182168 CIBW_BUILD : " cp39-*"
183169 CIBW_ARCHS : ${{ matrix.cibw_archs }}
184170
185171 - name : Build wheels for PyPy
186- uses : pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
172+ uses : pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
187173 with :
188174 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
189175 env :
0 commit comments