diff options
Diffstat (limited to 'dev-python/pygresql')
-rw-r--r-- | dev-python/pygresql/pygresql-5.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pygresql/pygresql-5.2.2.ebuild b/dev-python/pygresql/pygresql-5.2.2.ebuild index 89085e70a5e4..578b5884f409 100644 --- a/dev-python/pygresql/pygresql-5.2.2.ebuild +++ b/dev-python/pygresql/pygresql-5.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -POSTGRES_COMPAT=( 9.{5..6} {10..13} ) +POSTGRES_COMPAT=( 9.6 {10..13} ) PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 postgres |