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 e5249f8 commit dfb638aCopy full SHA for dfb638a
pyproject.toml
@@ -2,7 +2,7 @@
2
requires = [
3
# Also declared in requirements.txt, if updating here please also update
4
# there
5
- "Cython~=0.29.30",
+ "Cython~=3.0.0",
6
"setuptools >= 35.0.2",
7
]
8
build-backend = "setuptools.build_meta"
requirements.txt
@@ -1,5 +1,5 @@
1
# Also declared in pyproject.toml, if updating here please also update there.
-Cython~=0.29.30
+Cython~=3.0.0
# Tools required only for development. No need to add it to pyproject.toml file.
black==23.3.0
0 commit comments