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 f5be29a commit 1a27d40Copy full SHA for 1a27d40
setup.py
@@ -21,7 +21,7 @@
21
from setuptools.command.sdist import sdist
22
23
24
-CYTHON_DEPENDENCY = 'Cython(>=0.29.32,<0.30.0)'
+CYTHON_DEPENDENCY = 'Cython~=3.0.0'
25
26
# Minimal dependencies required to test uvloop.
27
TEST_DEPENDENCIES = [
0 commit comments