We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636420b commit 258d8a9Copy full SHA for 258d8a9
pyproject.toml
@@ -59,7 +59,7 @@ requires = [
59
"setuptools>=60",
60
"wheel",
61
62
- "Cython(>=0.29.24,<3.0.0)"
+ "Cython(>=0.29.24,<4.0.0)"
63
]
64
build-backend = "setuptools.build_meta"
65
setup.py
@@ -25,7 +25,7 @@
25
from setuptools.command import build_ext as setuptools_build_ext
26
27
28
-CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<0.30.0)'
+CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<4.0.0)'
29
30
CFLAGS = ['-O2']
31
LDFLAGS = []
0 commit comments