From d19b5533e56067a6058b7e77497e93efb011b834 Mon Sep 17 00:00:00 2001 From: Leandro Cerencio Date: Tue, 28 May 2024 10:34:08 -0300 Subject: dev-java/javatoolkit: enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/929398 Signed-off-by: Leandro Cerencio Closes: https://github.com/gentoo/gentoo/pull/36872 Signed-off-by: Miroslav Ć ulc --- dev-java/javatoolkit/javatoolkit-0.6.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-java/javatoolkit') diff --git a/dev-java/javatoolkit/javatoolkit-0.6.7.ebuild b/dev-java/javatoolkit/javatoolkit-0.6.7.ebuild index e0d6e70346ee..71d14029e93b 100644 --- a/dev-java/javatoolkit/javatoolkit-0.6.7.ebuild +++ b/dev-java/javatoolkit/javatoolkit-0.6.7.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=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" DISTUTILS_USE_SETUPTOOLS=no -- cgit v1.2.3