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 cbf984c commit 5ccac9dCopy full SHA for 5ccac9d
pyproject.toml
@@ -90,7 +90,7 @@ line-length = 99
90
target-version = 'py38'
91
92
[tool.cibuildwheel]
93
-build = "cp3*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64"
+build = "cp3*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
94
skip = "cp36-* cp37-* cp312-*" # EOL / no Numpy wheels available yet for Python 3.12
95
manylinux-x86_64-image = "manylinux2014"
96
# test-command = "pytest {package}/tests"
0 commit comments