Skip to content

Commit 68b673f

Browse files
authored
Update pyproject.toml (#113)
- update cython to latest version Close #110
1 parent ce7499d commit 68b673f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
2-
requires = ["cython==0.29.21", "setuptools>=58.0", "wheel"]
2+
requires = ["cython>=0.29.32", "setuptools>=58.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.cibuildwheel]
66
test-requires = "pytest"
7-
test-command = "pytest {project}/tests"
7+
test-command = "pytest {project}/tests"

0 commit comments

Comments
 (0)