commit: 3262168f398355030e8739961f2adf91cc8d5887 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Jul 31 07:58:08 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Jul 31 09:23:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3262168f
sci-mathematics/gsl-shell: enable py3.12 Closes: https://bugs.gentoo.org/929792 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> sci-mathematics/gsl-shell/gsl-shell-2.3.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/gsl-shell/gsl-shell-2.3.5.ebuild b/sci-mathematics/gsl-shell/gsl-shell-2.3.5.ebuild index aaa1e8873371..63e0f643d685 100644 --- a/sci-mathematics/gsl-shell/gsl-shell-2.3.5.ebuild +++ b/sci-mathematics/gsl-shell/gsl-shell-2.3.5.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} ) DOCS_BUILDER="sphinx" DOCS_DIR="doc/user-manual" DOCS_AUTODOC=0
