commit: 7cf9c6f896b921c61632caedb65cff401cdc66e3 Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org> AuthorDate: Mon May 5 08:09:27 2025 +0000 Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org> CommitDate: Mon May 5 08:09:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf9c6f8
net-proxy/hatop: Add Python 3.13 Bug: https://bugs.gentoo.org/952631 Signed-off-by: Christian Ruppert <idl0r <AT> gentoo.org> net-proxy/hatop/hatop-0.8.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-proxy/hatop/hatop-0.8.2.ebuild b/net-proxy/hatop/hatop-0.8.2.ebuild index a0a1364cd6bb..190d15266bf0 100644 --- a/net-proxy/hatop/hatop-0.8.2.ebuild +++ b/net-proxy/hatop/hatop-0.8.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{9..13} ) PYTHON_REQ_USE="ncurses" inherit python-r1
