Skip to content

Commit

Permalink
don't build for arm mac
Browse files Browse the repository at this point in the history
gcc doesn't support and I can't figure out clang + openmp
right now
  • Loading branch information
ianhi committed Oct 19, 2021
1 parent cc9995c commit 2befc44
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 @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
skip = ["*-win32", "*-manylinux_i686", "pp*", "*musllinux*"]

[tool.cibuildwheel.macos]
archs = ["x86_64", "arm64"]
archs = ["x86_64"]

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 2befc44

Please sign in to comment.