commit: b312fae749ce6004e936466f782a20f4bf519ff9
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 6 09:33:21 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Jun 6 09:33:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b312fae7
dev-db/pgcli: enable py3.10
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-db/pgcli/pgcli-3.3.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-db/pgcli/pgcli-3.3.1-r1.ebuild
b/dev-db/pgcli/pgcli-3.3.1-r1.ebuild
index 17e2c3964591..90fbe7be5b70 100644
--- a/dev-db/pgcli/pgcli-3.3.1-r1.ebuild
+++ b/dev-db/pgcli/pgcli-3.3.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="CLI for Postgres with auto-completion and syntax highlighting"