Skip to content

Commit eb84f3c

Browse files
committed
Added python 3.8 & 3.9
1 parent 1db3447 commit eb84f3c

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
@@ -2,7 +2,7 @@
22
requires = ['setuptools', 'wheel', 'Cython>=3.0', 'numpy']
33

44
[tool.cibuildwheel]
5-
build = ["cp3{10,11}-*"]
5+
build = ["cp3{8,9,10,11}-*"]
66
archs = "native"
77
before-build = "pip install abi3audit"
88
test-command = "python -c \"import surfa; print(surfa.__version__)\""

0 commit comments

Comments
 (0)