sci-libs/lapack: enable py3.12, py3.13

Closes: https://bugs.gentoo.org/929777
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-06-02 05:20:40 +01:00
parent 0dd454591d
commit 9683710f87

View File

@@ -4,7 +4,7 @@
EAPI=8
# Some additional tests are run if Python is found
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..13} )
inherit cmake flag-o-matic fortran-2 python-any-r1
DESCRIPTION="BLAS, CBLAS, LAPACK, LAPACKE reference implementations"