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 6a721fa commit b901b17Copy full SHA for b901b17
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.13",
+ "Cython~=0.29.30",
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.13
+Cython~=0.29.30
# dev only tools. no need to add pyproject
black==22.3.0
0 commit comments