Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86f04cb + a031573 commit 6166e5bCopy full SHA for 6166e5b
1 file changed
.github/workflows/cibuildwheel.yml
@@ -193,6 +193,14 @@ jobs:
193
env:
194
CIBW_BUILD: "pp310-*"
195
CIBW_ARCHS: ${{ matrix.cibw_archs }}
196
+ # Work around for https://github.com/pypa/setuptools/issues/4571
197
+ # This can be removed once kiwisolver has wheels for PyPy 3.10
198
+ # https://github.com/nucleic/kiwi/pull/182
199
+ CIBW_BEFORE_TEST: >-
200
+ export PIP_CONSTRAINT=pypy-constraint.txt &&
201
+ echo "setuptools!=72.2.0" > $PIP_CONSTRAINT &&
202
+ pip install kiwisolver &&
203
+ unset PIP_CONSTRAINT
204
if: matrix.cibw_archs != 'aarch64' && matrix.os != 'windows-latest'
205
206
- uses: actions/upload-artifact@v4
0 commit comments