dev-python/pygresql: Dropping Pg 9.4 Support

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
This commit is contained in:
Aaron W. Swenson
2020-08-13 20:49:03 -04:00
parent 65c5b22f37
commit f3f45cf486

View File

@@ -3,7 +3,7 @@
EAPI=6
POSTGRES_COMPAT=( 9.{4..6} {10..11} )
POSTGRES_COMPAT=( 9.{5..6} {10..11} )
PYTHON_COMPAT=( python3_{6..7} )
inherit distutils-r1 postgres