From d4634afeefd11d181e1b35d9737f44088f05508a Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Tue, 30 Jul 2024 21:53:29 +0200 Subject: [PATCH] sci-electronics/magic: enable py3.12 Closes: https://bugs.gentoo.org/929765 Signed-off-by: Pacho Ramos --- sci-electronics/magic/magic-8.3.365.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/magic/magic-8.3.365.ebuild b/sci-electronics/magic/magic-8.3.365.ebuild index 295ffbfb144e5..a2e076e9dd0be 100644 --- a/sci-electronics/magic/magic-8.3.365.ebuild +++ b/sci-electronics/magic/magic-8.3.365.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_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-any-r1