From 3eaa45a539d2938ef1f795636b1ba462d8433a72 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 31 Jul 2024 10:36:51 +0200 Subject: sci-misc/apertium: enable py3.12 Closes: https://bugs.gentoo.org/929799 Signed-off-by: Pacho Ramos --- sci-misc/apertium/apertium-3.8.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-misc') diff --git a/sci-misc/apertium/apertium-3.8.3.ebuild b/sci-misc/apertium/apertium-3.8.3.ebuild index 4ae4fbb9009e..32a638707374 100644 --- a/sci-misc/apertium/apertium-3.8.3.ebuild +++ b/sci-misc/apertium/apertium-3.8.3.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 autotools python-any-r1 DESCRIPTION="Shallow-transfer machine Translation engine and toolbox" -- cgit v1.2.3-65-gdbad