Skip to content

Commit a50ba32

Browse files
Update pyproject.toml
Co-authored-by: Matthieu Darbois <[email protected]>
1 parent 31218df commit a50ba32

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
@@ -83,7 +83,7 @@ package = "flint"
8383
# requires-python needs to keep in sync with this and also the list of Python
8484
# versions the wheels are tested against in CI.
8585
build = "cp311-* cp312-* cp313-* cp313t-* cp314-* cp314t-* pp311-*"
86-
skip = "*-win32 *-manylinux_i686 *-musllinux_*"
86+
skip = "*-win32 *-manylinux_i686 *-manylinux_armv7l *-musllinux_*"
8787

8888
manylinux-x86_64-image = "manylinux2014"
8989
manylinux-aarch64-image = "manylinux_2_28"

0 commit comments

Comments
 (0)