commit:     4710ed7ca00c3c26f72c0520a2afba6accdf6112
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  6 20:52:30 2024 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 20:52:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4710ed7c

dev-libs/newt: enable py3.12

Closes: https://bugs.gentoo.org/923870

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 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
 

Reply via email to