diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-06 11:33:21 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-06 11:33:21 +0200 |
commit | b312fae749ce6004e936466f782a20f4bf519ff9 (patch) | |
tree | 568d9654fc31ca5087045cfcc2d6c9e85ee809c1 /dev-db/pgcli | |
parent | dev-python/pendulum: enable py3.10 and disable py3.7 (diff) | |
download | gentoo-b312fae749ce6004e936466f782a20f4bf519ff9.tar.gz gentoo-b312fae749ce6004e936466f782a20f4bf519ff9.tar.bz2 gentoo-b312fae749ce6004e936466f782a20f4bf519ff9.zip |
dev-db/pgcli: enable py3.10
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-db/pgcli')
-rw-r--r-- | dev-db/pgcli/pgcli-3.3.1-r1.ebuild | 2 |
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" |