Skip to content

Commit

Permalink
deps: migrate to cibuildwheel 2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Nov 25, 2024
1 parent a382569 commit 9c5fcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ optree = ['*.so', '*.pyd']
# Reference: https://cibuildwheel.readthedocs.io
[tool.cibuildwheel]
archs = ["native"]
free-threaded-support = true
enable = ["pypy", "cpython-freethreading"]
skip = "*musllinux*"
build-frontend = "build"
test-extras = ["test"]
Expand Down

0 comments on commit 9c5fcc3

Please sign in to comment.