Skip to content

Commit d33fd02

Browse files
committed
Build: Fix typo.
1 parent f3032fa commit d33fd02

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)