From 5b3e88b6f545bc322a3b27124f9cb8dd77ccc6cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Piotr=20O=C5=BCarowski?= Date: Fri, 7 Dec 2018 00:05:37 +0100 Subject: [PATCH] relax cython dependency Gbp-Pq: Name 0001-relax-cython-dependency.patch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5e2e149..1607b38 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ from setuptools.command import build_py as setuptools_build_py from setuptools.command import sdist as setuptools_sdist -CYTHON_DEPENDENCY = 'Cython==0.29.14' +CYTHON_DEPENDENCY = 'Cython>=0.29.14' # Minimal dependencies required to test asyncpg. TEST_DEPENDENCIES = [ -- 2.30.2