diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 09:38:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 09:46:54 +0100 |
commit | 43e107e935933b4af1a740b51bb041daea6d9361 (patch) | |
tree | 856861d59bdb805bf1a9d8122508e6a20cab5e3b /sci-libs/pastix | |
parent | sys-block/fio: enable py3.11 (diff) | |
download | gentoo-43e107e935933b4af1a740b51bb041daea6d9361.tar.gz gentoo-43e107e935933b4af1a740b51bb041daea6d9361.tar.bz2 gentoo-43e107e935933b4af1a740b51bb041daea6d9361.zip |
sci-libs/pastix: enable py3.11
Closes: https://bugs.gentoo.org/897222
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/pastix')
-rw-r--r-- | sci-libs/pastix/pastix-6.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/pastix/pastix-6.0.3.ebuild b/sci-libs/pastix/pastix-6.0.3.ebuild index 8d2a0e131f0d..ba08c425ba16 100644 --- a/sci-libs/pastix/pastix-6.0.3.ebuild +++ b/sci-libs/pastix/pastix-6.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake fortran-2 python-single-r1 |