We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42502f4 commit 0a743d4Copy full SHA for 0a743d4
1 file changed
pyproject.toml
@@ -125,7 +125,7 @@ lines-after-imports = 2
125
[tool.cibuildwheel]
126
# nanobind does not support Py<3.8
127
# i686 does not have enough memory for LTO to complete
128
-skip = ["pp*", "cp3[6789]-*", "*_i686"]
+skip = ["*_i686", 'cp31?t-*']
129
130
test-requires = "pytest"
131
test-command = "pytest {project}/test"
0 commit comments