We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ccfda commit 3e5a696Copy full SHA for 3e5a696
pyproject.toml
@@ -57,14 +57,15 @@ package = "flint"
57
[tool.cibuildwheel]
58
# requires-python needs to keep in sync with this and also the list of Python
59
# versions the wheels are tested against in CI.
60
-build = "cp39-* cp310-* cp311-* cp312-* cp313-* cp313t-*"
+build = "cp39-* cp310-* cp311-* cp312-* cp313-*"
61
skip = "*-win32 *-manylinux_i686 *-musllinux_*"
62
63
-free-threaded-support = true
+# This is needed for free-threaded wheels:
64
+# build = "cp313t-*"
65
+# free-threaded-support = true
66
67
manylinux-x86_64-image = "manylinux2014"
68
manylinux-i686-image = "manylinux2014"
-
69
test-command = "python -c \"import flint; print(str(flint.fmpz(2)))\""
70
71
[tool.cibuildwheel.linux.environment]
0 commit comments