Skip to content

Commit

Permalink
Bump minimum required Cython version
Browse files Browse the repository at this point in the history
0.29.24 is needed to compile properly under Python 3.10
  • Loading branch information
elprans committed Aug 6, 2021
1 parent 70cafc8 commit 6dd306b
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 as sdist


CYTHON_DEPENDENCY = 'Cython(>=0.29.20,<0.30.0)'
CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<0.30.0)'

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

0 comments on commit 6dd306b

Please sign in to comment.