We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db3447 commit eb84f3cCopy full SHA for eb84f3c
1 file changed
pyproject.toml
@@ -2,7 +2,7 @@
2
requires = ['setuptools', 'wheel', 'Cython>=3.0', 'numpy']
3
4
[tool.cibuildwheel]
5
-build = ["cp3{10,11}-*"]
+build = ["cp3{8,9,10,11}-*"]
6
archs = "native"
7
before-build = "pip install abi3audit"
8
test-command = "python -c \"import surfa; print(surfa.__version__)\""
0 commit comments