diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 10:36:23 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 11:23:08 +0200 |
commit | 816b27161748ac6545ccbc5ba1ff51a7c9a15c75 (patch) | |
tree | b75b82c51457cb8b1a30d27db2277a687916533f /sci-mathematics | |
parent | sci-mathematics/mathlib-tools: enable py3.12 (diff) | |
download | gentoo-816b27161748ac6545ccbc5ba1ff51a7c9a15c75.tar.gz gentoo-816b27161748ac6545ccbc5ba1ff51a7c9a15c75.tar.bz2 gentoo-816b27161748ac6545ccbc5ba1ff51a7c9a15c75.zip |
sci-mathematics/pspp: enable py3.12
Closes: https://bugs.gentoo.org/929796
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pspp/pspp-1.6.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |