Skip to content

Commit 0a743d4

Browse files
committed
Cibw: Skip free-threaded build, drop pypy and obsolete skips
1 parent 42502f4 commit 0a743d4

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
@@ -125,7 +125,7 @@ lines-after-imports = 2
125125
[tool.cibuildwheel]
126126
# nanobind does not support Py<3.8
127127
# i686 does not have enough memory for LTO to complete
128-
skip = ["pp*", "cp3[6789]-*", "*_i686"]
128+
skip = ["*_i686", 'cp31?t-*']
129129

130130
test-requires = "pytest"
131131
test-command = "pytest {project}/test"

0 commit comments

Comments
 (0)