From: Piotr Ożarowski Date: Thu, 6 Dec 2018 23:05:37 +0000 (+0100) Subject: relax cython dependency X-Git-Tag: archive/raspbian/0.21.0-1+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2d3267ad3bac4b62a0cb1f71deed31a721aac406;p=asyncpg.git relax cython dependency Gbp-Pq: Name 0001-relax-cython-dependency.patch --- diff --git a/setup.py b/setup.py index 5bb9e69..68fc7ee 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from setuptools.command import sdist as setuptools_sdist from setuptools.command import build_ext as setuptools_build_ext -CYTHON_DEPENDENCY = 'Cython==0.29.20' +CYTHON_DEPENDENCY = 'Cython>=0.29.20' # Minimal dependencies required to test asyncpg. TEST_DEPENDENCIES = [