summaryrefslogtreecommitdiff
path: root/databases/py-psycopg-c/files/patch-setup.cfg
blob: 8f2216c9cb38d86f9d2e69f7a696b9158be79573 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.cfg.orig	2021-11-10 15:24:01 UTC
+++ setup.cfg
@@ -33,7 +33,7 @@ license_file = LICENSE.txt
 
 [options]
 python_requires = >= 3.6
-setup_requires = Cython >= 3.0a5
+setup_requires = Cython >= 0.29.24
 packages = find:
 zip_safe = False