From 083b6fc697789985b7928b71af5f94f2629e3609 Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Mon, 21 Oct 2024 20:23:14 +0800 Subject: [PATCH] sci-electronics/kactus2: enable py3.13 Signed-off-by: Huang Rui --- sci-electronics/kactus2/kactus2-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild index 72f44b10d5..51b253c9d6 100644 --- a/sci-electronics/kactus2/kactus2-9999.ebuild +++ b/sci-electronics/kactus2/kactus2-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-r1 qmake-utils xdg DESCRIPTION="A open source IP-XACT-based tool"