Skip to content

Commit

Permalink
fix enable option name
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-northlander committed Jan 10, 2025
1 parent 49dafea commit 00b8177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel", "setuptools-rust"]
[tool.cibuildwheel]
build = "cp39-* cp310-* cp311-* cp312-* cp313-* cp313t-*"
skip = "*t-win* *-win32 *-musllinux_*"
enable = ["free-threaded-support"]
enable = ["cpython-freethreading"]

manylinux-x86_64-image = "manylinux2014"
manylinux-aarch64-image = "manylinux2014"
Expand Down

0 comments on commit 00b8177

Please sign in to comment.