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 0582159 commit a96b2e8Copy full SHA for a96b2e8
pyproject.toml
@@ -118,7 +118,7 @@ repair-wheel-command = "auditwheel-symbols --manylinux 2014 {wheel} ; abi3audit
118
119
[tool.cibuildwheel.macos]
120
environment = "MACOSX_DEPLOYMENT_TARGET=14.0"
121
-archs = ["arm64", "universal2"]
+archs = ["universal2"]
122
build = "cp*"
123
skip = "cp36-* cp37-* cp38-* cp39-* cp313-* cp314-* cp315-* pypy* pp*"
124
before-build = "brew install libomp llvm&&echo 'export PATH=\"/opt/homebrew/opt/llvm/bin:$PATH\"' >> /Users/runner/.bash_profile"
0 commit comments