commit: 153fc37aa2ff49e8c9bba13c56d6e229717756b6 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sat Apr 26 21:32:23 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 26 22:13:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153fc37a
dev-db/pgcli: enable py3.13 Closes: https://bugs.gentoo.org/952284 Signed-off-by: Alfred Wingate <parona <AT> 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 <AT> gentoo.org> dev-db/pgcli/pgcli-4.1.0.ebuild | 4 ++-- 1 file 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"
