diff options
author | 2024-07-31 09:58:08 +0200 | |
---|---|---|
committer | 2024-07-31 11:23:07 +0200 | |
commit | 3262168f398355030e8739961f2adf91cc8d5887 (patch) | |
tree | b652bb83441841a548ea794c5a1c1fc3e274b69f /sci-mathematics | |
parent | sci-libs/pastix: drop 5.2.3 (diff) | |
download | gentoo-3262168f398355030e8739961f2adf91cc8d5887.tar.gz gentoo-3262168f398355030e8739961f2adf91cc8d5887.tar.bz2 gentoo-3262168f398355030e8739961f2adf91cc8d5887.zip |
sci-mathematics/gsl-shell: enable py3.12
Closes: https://bugs.gentoo.org/929792
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gsl-shell/gsl-shell-2.3.5.ebuild | 4 |
1 files 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 |