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 9e42642 commit d68ca62Copy full SHA for d68ca62
pyproject.toml
@@ -62,7 +62,7 @@ docs = [
62
[build-system]
63
requires = [
64
"setuptools>=77.0.3",
65
- "Cython(>=3.1.0,<4.0.0)"
+ "Cython(>=3.2.1,<4.0.0)"
66
]
67
build-backend = "setuptools.build_meta"
68
setup.py
@@ -25,7 +25,7 @@
25
from setuptools.command import build_ext as setuptools_build_ext
26
27
28
-CYTHON_DEPENDENCY = 'Cython(>=3.1.0,<4.0.0)'
+CYTHON_DEPENDENCY = 'Cython(>=3.2.1,<4.0.0)'
29
30
CFLAGS = ['-O2']
31
LDFLAGS = []
0 commit comments