From 816b27161748ac6545ccbc5ba1ff51a7c9a15c75 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 31 Jul 2024 10:36:23 +0200 Subject: sci-mathematics/pspp: enable py3.12 Closes: https://bugs.gentoo.org/929796 Signed-off-by: Pacho Ramos --- sci-mathematics/pspp/pspp-1.6.2-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-mathematics/pspp') diff --git a/sci-mathematics/pspp/pspp-1.6.2-r2.ebuild b/sci-mathematics/pspp/pspp-1.6.2-r2.ebuild index 997eac8a4074..7bd92ddfe088 100644 --- a/sci-mathematics/pspp/pspp-1.6.2-r2.ebuild +++ b/sci-mathematics/pspp/pspp-1.6.2-r2.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 xdg -- cgit v1.2.3-65-gdbad