Skip to content

Commit 169986c

Browse files
committed
Build: Add "arm7l" architecture.
1 parent 669cf2b commit 169986c

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
@@ -8,7 +8,7 @@ enable = "cpython-freethreading cpython-prerelease
88
# test-command = "python -m unittest {package}/test_fractions.py -p -v"
99

1010
[tool.cibuildwheel.linux]
11-
archs = ["x86_64", "aarch64", "i686"]
11+
archs = ["x86_64", "aarch64", "i686", "armv7l"]
1212
repair-wheel-command = "auditwheel repair --strip -w {dest_dir} {wheel}"
1313

1414
[tool.cibuildwheel.linux.environment]

0 commit comments

Comments
 (0)