We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b9ca7 commit 1af3c24Copy full SHA for 1af3c24
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["Cython>=3.1.7", "setuptools"]
+requires = ["Cython>=3.2.4", "setuptools"]
3
4
[tool.cibuildwheel]
5
build-verbosity = 2
requirements.txt
tox
pytest
coverage
-Cython>=3.1.7
+Cython>=3.2.4
codecov
tox.ini
@@ -7,7 +7,7 @@ platform =
7
linux: linux
8
darwin: darwin
9
deps =
10
- Cython==3.1.7
+ Cython==3.2.4
11
12
#pytest-cov
13
#coverage
0 commit comments