Skip to content

Commit 966eda5

Browse files
fixed option name
1 parent 26632b0 commit 966eda5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ environment = {DISTUTILS_DEBUG=1, MACOSX_DEPLOYMENT_TARGET="10.13", CIBW_ARCHS_L
4949
before-build = "python -m pip install wheel"
5050
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_28_x86_64"
5151
manylinux-aarch64-image = "quay.io/pypa/manylinux_2_28_aarch64"
52-
cpython-freethreading = true
52+
free-threaded-support = true
5353

5454
[tool.cibuildwheel.linux]
5555
before-build = "dnf install -y cmake clang clang-tools-extra flex bison"

0 commit comments

Comments
 (0)