We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7499d commit 68b673fCopy full SHA for 68b673f
pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
-requires = ["cython==0.29.21", "setuptools>=58.0", "wheel"]
+requires = ["cython>=0.29.32", "setuptools>=58.0", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
[tool.cibuildwheel]
6
test-requires = "pytest"
7
-test-command = "pytest {project}/tests"
+test-command = "pytest {project}/tests"
0 commit comments