Skip to content

Commit 6cc7646

Browse files
committed
pyproject.toml - skip arm on Linux for now
1 parent 1649f6d commit 6cc7646

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ tests = ["pytest", "pillow", "psutil"]
6868
testpaths = ["tests"]
6969

7070
[tool.cibuildwheel.linux]
71-
archs = ["x86_64", "i686", "aarch64", "armv7l"]
71+
archs = ["x86_64", "i686"]
72+
# auditwheel issues with fmod on: "aarch64", "armv7l"
7273

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

0 commit comments

Comments
 (0)