dev-python/pygresql: Remove POSTGRES_COMPAT 9.3

Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
This commit is contained in:
Aaron W. Swenson
2019-06-15 06:51:52 -04:00
parent 7a2c86a9a7
commit 08d973554a
2 changed files with 2 additions and 2 deletions

View File

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