From 4710ed7ca00c3c26f72c0520a2afba6accdf6112 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Tue, 6 Feb 2024 14:52:30 -0600 Subject: dev-libs/newt: enable py3.12 Closes: https://bugs.gentoo.org/923870 Signed-off-by: Ben Kohler --- dev-libs/newt/newt-0.52.24.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/newt/newt-0.52.24.ebuild b/dev-libs/newt/newt-0.52.24.ebuild index c5cadd071212..2fdfcec485bd 100644 --- a/dev-libs/newt/newt-0.52.24.ebuild +++ b/dev-libs/newt/newt-0.52.24.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_{9..12} ) inherit autotools python-r1 toolchain-funcs -- cgit v1.2.3-65-gdbad