summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-06-06 11:33:21 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-06-06 11:33:21 +0200
commitb312fae749ce6004e936466f782a20f4bf519ff9 (patch)
tree568d9654fc31ca5087045cfcc2d6c9e85ee809c1
parentdev-python/pendulum: enable py3.10 and disable py3.7 (diff)
downloadgentoo-b312fae7.tar.gz
gentoo-b312fae7.tar.bz2
gentoo-b312fae7.zip
dev-db/pgcli: enable py3.10
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--dev-db/pgcli/pgcli-3.3.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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"