diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 10:22:10 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 11:23:07 +0200 |
commit | d9c0a64c2d9268c18ab186c785a662717abcb25b (patch) | |
tree | 169d4edff431e5228366389cd426e8eb12f62bbf | |
parent | sci-mathematics/gsl-shell: drop 2.3.2 (diff) | |
download | gentoo-d9c0a64c2d9268c18ab186c785a662717abcb25b.tar.gz gentoo-d9c0a64c2d9268c18ab186c785a662717abcb25b.tar.bz2 gentoo-d9c0a64c2d9268c18ab186c785a662717abcb25b.zip |
sci-mathematics/libpoly: enable py3.12
Closes: https://bugs.gentoo.org/929793
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r-- | sci-mathematics/libpoly/libpoly-0.1.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/libpoly/libpoly-0.1.11.ebuild b/sci-mathematics/libpoly/libpoly-0.1.11.ebuild index f83360e390fa..53f135b36c03 100644 --- a/sci-mathematics/libpoly/libpoly-0.1.11.ebuild +++ b/sci-mathematics/libpoly/libpoly-0.1.11.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-single-r1 cmake |