Skip to content

Commit 5ccac9d

Browse files
committed
Add macosx_arm64 to build roster
1 parent cbf984c commit 5ccac9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ line-length = 99
9090
target-version = 'py38'
9191

9292
[tool.cibuildwheel]
93-
build = "cp3*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64"
93+
build = "cp3*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
9494
skip = "cp36-* cp37-* cp312-*" # EOL / no Numpy wheels available yet for Python 3.12
9595
manylinux-x86_64-image = "manylinux2014"
9696
# test-command = "pytest {package}/tests"

0 commit comments

Comments
 (0)