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 e22be72 commit 442be2cCopy full SHA for 442be2c
pyproject.toml
@@ -117,7 +117,7 @@ repair-wheel-command = "auditwheel-symbols --manylinux 2014 {wheel} ; abi3audit
117
# repair-wheel-command = "auditwheel-symbols --manylinux 2014 {wheel} || exit 0"
118
119
[tool.cibuildwheel.macos]
120
-archs = "x86_64 arm64" # or "universal2" for a single universal wheel
+archs = "arm64" # or "universal2" for a single universal wheel
121
environment = """
122
MACOSX_DEPLOYMENT_TARGET=14.0
123
LDFLAGS='-L$(brew --prefix libomp)/lib'
0 commit comments