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 a6a1ec2 commit 4ef3372Copy full SHA for 4ef3372
bin/cibw_before_all_linux_armv8l.sh
@@ -4,7 +4,7 @@ set -e
4
5
cat wheels/LICENSE_linux_wheels.txt >> LICENSE
6
7
-yum install -y xz
+#yum install -y xz
8
bin/build_dependencies_unix.sh\
9
--gmp gmp\
10
--host aarch64-pc-linux-gnu\
pyproject.toml
@@ -82,7 +82,7 @@ package = "flint"
82
[tool.cibuildwheel]
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-*"
+build = "pp311-*"
86
skip = "*-win32 *-manylinux_i686 *-musllinux_*"
87
88
manylinux-x86_64-image = "manylinux2014"
0 commit comments