Skip to content

Commit 1a103c4

Browse files
committed
Build: Fix config syntax.
1 parent d0dc846 commit 1a103c4

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
@@ -4,7 +4,7 @@ requires = ["Cython>=3.1.2", "setuptools", "wheel"]
44
[tool.cibuildwheel]
55
build-verbosity = 2
66
skip = ["pp*", "*-musllinux_i686", "cp35*", "cp36*", "cp37*"]
7-
enable = "cpython-freethreading cpython-prerelease"
7+
enable =["cpython-freethreading", "cpython-prerelease"]
88
# test-command = "python -m unittest {package}/test_fractions.py -p -v"
99

1010
[tool.cibuildwheel.linux]

0 commit comments

Comments
 (0)