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 8bf525e commit 53fc7baCopy full SHA for 53fc7ba
python/finufft/pyproject.toml
@@ -64,7 +64,7 @@ archs = "x86_64"
64
before-all = "yum install -y fftw3-devel"
65
66
[tool.cibuildwheel.macos]
67
-archs = "arm64"
+archs = ["x86_64", "arm64"]
68
69
[tool.cibuildwheel.windows]
70
archs = "AMD64"
0 commit comments