From 7cf9c6f896b921c61632caedb65cff401cdc66e3 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Mon, 5 May 2025 10:09:27 +0200 Subject: [PATCH] net-proxy/hatop: Add Python 3.13 Bug: https://bugs.gentoo.org/952631 Signed-off-by: Christian Ruppert --- 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 a0a1364cd6bbe..190d15266bf04 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