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 d0dc846 commit 1a103c4Copy full SHA for 1a103c4
pyproject.toml
@@ -4,7 +4,7 @@ requires = ["Cython>=3.1.2", "setuptools", "wheel"]
4
[tool.cibuildwheel]
5
build-verbosity = 2
6
skip = ["pp*", "*-musllinux_i686", "cp35*", "cp36*", "cp37*"]
7
-enable = "cpython-freethreading cpython-prerelease"
+enable =["cpython-freethreading", "cpython-prerelease"]
8
# test-command = "python -m unittest {package}/test_fractions.py -p -v"
9
10
[tool.cibuildwheel.linux]
0 commit comments