Skip to content

Commit

Permalink
Bump minimum required Cython version (MagicStack#799)
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 authored Aug 7, 2021
1 parent abf5569 commit 67ebbc9
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 @@ -25,7 +25,7 @@
from setuptools.command import build_ext as setuptools_build_ext


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

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

0 comments on commit 67ebbc9

Please sign in to comment.