dev-python/pygresql: Remove postgres9_5

Closes: https://github.com/gentoo/gentoo/pull/21998
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Jakov Smolic
2021-08-22 23:53:39 +02:00
committed by David Seifert
parent 47e1b67b28
commit e9a814e96e

View File

@@ -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