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 31218df commit a50ba32Copy full SHA for a50ba32
pyproject.toml
@@ -83,7 +83,7 @@ package = "flint"
83
# requires-python needs to keep in sync with this and also the list of Python
84
# versions the wheels are tested against in CI.
85
build = "cp311-* cp312-* cp313-* cp313t-* cp314-* cp314t-* pp311-*"
86
-skip = "*-win32 *-manylinux_i686 *-musllinux_*"
+skip = "*-win32 *-manylinux_i686 *-manylinux_armv7l *-musllinux_*"
87
88
manylinux-x86_64-image = "manylinux2014"
89
manylinux-aarch64-image = "manylinux_2_28"
0 commit comments