commit:     f2cc2a900aa7dbc717cdc4834074d084c7827cfd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 18:21:00 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 18:24:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2cc2a90

dev-python/pygresql: Support postgres up to 16

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pygresql/pygresql-6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pygresql/pygresql-6.0.ebuild 
b/dev-python/pygresql/pygresql-6.0.ebuild
index 6ab105e94608..7c308ca5fe2f 100644
--- a/dev-python/pygresql/pygresql-6.0.ebuild
+++ b/dev-python/pygresql/pygresql-6.0.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYPI_PN="PyGreSQL"
-POSTGRES_COMPAT=( 9.6 {10..14} )
+POSTGRES_COMPAT=( 9.6 {10..16} )
 PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 postgres pypi

Reply via email to