Skip to content

Commit

Permalink
Add macosx_arm64 to build roster
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed May 2, 2024
1 parent cbf984c commit 5ccac9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ line-length = 99
target-version = 'py38'

[tool.cibuildwheel]
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"
skip = "cp36-* cp37-* cp312-*" # EOL / no Numpy wheels available yet for Python 3.12
manylinux-x86_64-image = "manylinux2014"
# test-command = "pytest {package}/tests"
Expand Down

0 comments on commit 5ccac9d

Please sign in to comment.