diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 09:43:52 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 11:23:06 +0200 |
commit | 5736e2b02d3a630b0eea21ec7956d41346311007 (patch) | |
tree | c719c28e9301c6778815120e048bd636fedd5630 /sci-libs | |
parent | sci-libs/libsvm: enable py3.12 (diff) | |
download | gentoo-5736e2b02d3a630b0eea21ec7956d41346311007.tar.gz gentoo-5736e2b02d3a630b0eea21ec7956d41346311007.tar.bz2 gentoo-5736e2b02d3a630b0eea21ec7956d41346311007.zip |
sci-libs/pastix: support py3.12
Closes: https://bugs.gentoo.org/929785
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/pastix/pastix-6.0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/pastix/pastix-6.0.3.ebuild b/sci-libs/pastix/pastix-6.0.3.ebuild index f8535d36390e..ad6337f2a1d9 100644 --- a/sci-libs/pastix/pastix-6.0.3.ebuild +++ b/sci-libs/pastix/pastix-6.0.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=7 +EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake fortran-2 python-single-r1 |