Skip to content

Commit 1a27d40

Browse files
matusvaloMatus Valo
authored and
Matus Valo
committed
Set CYTHON_DEPENDENCY to 3.0.0
1 parent f5be29a commit 1a27d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from setuptools.command.sdist import sdist
2222

2323

24-
CYTHON_DEPENDENCY = 'Cython(>=0.29.32,<0.30.0)'
24+
CYTHON_DEPENDENCY = 'Cython~=3.0.0'
2525

2626
# Minimal dependencies required to test uvloop.
2727
TEST_DEPENDENCIES = [

0 commit comments

Comments
 (0)