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.
1 parent 8f04eaa commit 0447fdaCopy full SHA for 0447fda
.github/workflows/wheels.yml
@@ -147,7 +147,7 @@ jobs:
147
brew fetch --retry libomp && brew reinstall libomp
148
echo MACOSX_DEPLOYMENT_TARGET=$(otool -l $(brew --prefix libomp)/lib/libomp.dylib | grep minos | awk '{print $2}') >> $GITHUB_ENV
149
150
- - uses: pypa/cibuildwheel@v2.18
+ - uses: pypa/cibuildwheel@v2.21.3
151
with:
152
output-dir: wheelhouse
153
env:
pyproject.toml
@@ -1,6 +1,7 @@
1
[build-system]
2
build-backend = "setuptools.build_meta"
3
requires = [
4
+ # setuptools<74 until PyPy vendors cffi 1.15.1
5
"setuptools >=64, <74",
6
"setuptools-git-versioning",
7
"wheel",
0 commit comments