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 669cf2b commit 169986cCopy full SHA for 169986c
pyproject.toml
@@ -8,7 +8,7 @@ enable = "cpython-freethreading cpython-prerelease
8
# test-command = "python -m unittest {package}/test_fractions.py -p -v"
9
10
[tool.cibuildwheel.linux]
11
-archs = ["x86_64", "aarch64", "i686"]
+archs = ["x86_64", "aarch64", "i686", "armv7l"]
12
repair-wheel-command = "auditwheel repair --strip -w {dest_dir} {wheel}"
13
14
[tool.cibuildwheel.linux.environment]
0 commit comments