diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-17 22:17:37 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-17 22:24:28 +0300 |
commit | 3e4bda0b5cfdcceba56b9a4fae00df45df34567f (patch) | |
tree | 3e9250ed2da7423f0021820dab89e3b8e5da2922 /sci-mathematics/petsc | |
parent | dev-python/beagle: enable py3.10, py3.9 (diff) | |
download | gentoo-3e4bda0b5cfdcceba56b9a4fae00df45df34567f.tar.gz gentoo-3e4bda0b5cfdcceba56b9a4fae00df45df34567f.tar.bz2 gentoo-3e4bda0b5cfdcceba56b9a4fae00df45df34567f.zip |
sci-mathematics/petsc: enable py3.10, py3.9
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-mathematics/petsc')
-rw-r--r-- | sci-mathematics/petsc/petsc-3.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/petsc/petsc-3.15.0.ebuild b/sci-mathematics/petsc/petsc-3.15.0.ebuild index f1f095b8b2cc..b728a0178015 100644 --- a/sci-mathematics/petsc/petsc-3.15.0.ebuild +++ b/sci-mathematics/petsc/petsc-3.15.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit flag-o-matic fortran-2 python-any-r1 toolchain-funcs |