Skip to content

Commit 67ebbc9

Browse files
authored
Bump minimum required Cython version (#799)
0.29.24 is needed to compile properly under Python 3.10
1 parent abf5569 commit 67ebbc9

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
@@ -25,7 +25,7 @@
2525
from setuptools.command import build_ext as setuptools_build_ext
2626

2727

28-
CYTHON_DEPENDENCY = 'Cython(>=0.29.20,<0.30.0)'
28+
CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<0.30.0)'
2929

3030
# Minimal dependencies required to test asyncpg.
3131
TEST_DEPENDENCIES = [

0 commit comments

Comments
 (0)