summaryrefslogtreecommitdiff
path: root/dev-python/pygresql
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pygresql')
-rw-r--r--dev-python/pygresql/pygresql-5.2.2.ebuild2
-rw-r--r--dev-python/pygresql/pygresql-5.2.3.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pygresql/pygresql-5.2.2.ebuild b/dev-python/pygresql/pygresql-5.2.2.ebuild
index 97e99f83bc11..bd4b260296d7 100644
--- a/dev-python/pygresql/pygresql-5.2.2.ebuild
+++ b/dev-python/pygresql/pygresql-5.2.2.ebuild
@@ -4,7 +4,7 @@
EAPI=7
POSTGRES_COMPAT=( 9.6 {10..13} )
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
inherit distutils-r1 postgres
diff --git a/dev-python/pygresql/pygresql-5.2.3.ebuild b/dev-python/pygresql/pygresql-5.2.3.ebuild
index b2a9900284ab..cb74f93ff46f 100644
--- a/dev-python/pygresql/pygresql-5.2.3.ebuild
+++ b/dev-python/pygresql/pygresql-5.2.3.ebuild
@@ -5,7 +5,7 @@ EAPI=7
DISTUTILS_USE_PEP517=setuptools
POSTGRES_COMPAT=( 9.6 {10..14} )
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
inherit distutils-r1 postgres