Skip to content

Commit

Permalink
Set CYTHON_DEPENDENCY to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matusvalo authored and Matus Valo committed Aug 13, 2023
1 parent f5be29a commit 1a27d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from setuptools.command.sdist import sdist


CYTHON_DEPENDENCY = 'Cython(>=0.29.32,<0.30.0)'
CYTHON_DEPENDENCY = 'Cython~=3.0.0'

# Minimal dependencies required to test uvloop.
TEST_DEPENDENCIES = [
Expand Down

0 comments on commit 1a27d40

Please sign in to comment.