diff options
Diffstat (limited to 'databases/py-psycopg-c/files/patch-setup.cfg')
-rw-r--r-- | databases/py-psycopg-c/files/patch-setup.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-psycopg-c/files/patch-setup.cfg b/databases/py-psycopg-c/files/patch-setup.cfg index 8f2216c9cb38..d00e287d5259 100644 --- a/databases/py-psycopg-c/files/patch-setup.cfg +++ b/databases/py-psycopg-c/files/patch-setup.cfg @@ -3,9 +3,9 @@ @@ -33,7 +33,7 @@ license_file = LICENSE.txt [options] - python_requires = >= 3.6 --setup_requires = Cython >= 3.0a5 -+setup_requires = Cython >= 0.29.24 + python_requires = >= 3.7 +-setup_requires = Cython >= 3.0.0a11 ++setup_requires = Cython >= 0.29.32 packages = find: zip_safe = False |