diff options
author | 2021-07-16 14:28:04 +0100 | |
---|---|---|
committer | 2021-07-16 14:59:36 +0100 | |
commit | 443b2f4d91260b27f78fff96f39727733d005a81 (patch) | |
tree | 9a4a4e8b43a82b44b5dbbeda24631457ee86179a /sci-libs/pastix | |
parent | net-libs/nodejs: add 16.5.0, drop 16.4.2 (diff) | |
download | gentoo-443b2f4d91260b27f78fff96f39727733d005a81.tar.gz gentoo-443b2f4d91260b27f78fff96f39727733d005a81.tar.bz2 gentoo-443b2f4d91260b27f78fff96f39727733d005a81.zip |
sci-libs/pastix-6.0.3: enable py3.10
Using this Python version causes the sandbox to complain once per each
Python test - but interestingly enough the tests are able to recover and
produce expected results anyway. Without sandbox all is quiet.
Signed-off-by: Marek Szuba <marecki@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 bf965e7b51c5..a711d69037f3 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 ) +PYTHON_COMPAT=( python3_{9,10} ) inherit cmake fortran-2 python-single-r1 |