diff options
| author | Alfred Wingate <parona@protonmail.com> | 2025-04-27 00:32:23 +0300 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-04-26 23:13:59 +0100 |
| commit | 153fc37aa2ff49e8c9bba13c56d6e229717756b6 (patch) | |
| tree | 44f1629efa932a6f531655ab92067b68876556a4 /dev-db/pgcli/pgcli-4.1.0.ebuild | |
| parent | 20d14d4d00611d64ceefa0a1df5c0643b1939cd9 (diff) | |
| download | gentoo-153fc37aa2ff49e8c9bba13c56d6e229717756b6.tar.gz gentoo-153fc37aa2ff49e8c9bba13c56d6e229717756b6.tar.bz2 gentoo-153fc37aa2ff49e8c9bba13c56d6e229717756b6.zip | |
dev-db/pgcli: enable py3.13
Closes: https://bugs.gentoo.org/952284
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41779
Closes: https://github.com/gentoo/gentoo/pull/41779
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/pgcli/pgcli-4.1.0.ebuild')
| -rw-r--r-- | dev-db/pgcli/pgcli-4.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/pgcli/pgcli-4.1.0.ebuild b/dev-db/pgcli/pgcli-4.1.0.ebuild index 992a27446914..1e4a6b07b2c8 100644 --- a/dev-db/pgcli/pgcli-4.1.0.ebuild +++ b/dev-db/pgcli/pgcli-4.1.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="CLI for Postgres with auto-completion and syntax highlighting" |
