diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-19 18:17:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-19 18:18:15 +0200 |
commit | 3453664b4b5ba84e1cb09fdfc0eefd6b8c6a940c (patch) | |
tree | 93a2509be41a79b19e2000909cf58c07e7955069 /dev-python/scipy | |
parent | net-libs/libslirp: Bump to version 4.6.1 (diff) | |
download | gentoo-3453664b4b5ba84e1cb09fdfc0eefd6b8c6a940c.tar.gz gentoo-3453664b4b5ba84e1cb09fdfc0eefd6b8c6a940c.tar.bz2 gentoo-3453664b4b5ba84e1cb09fdfc0eefd6b8c6a940c.zip |
dev-python/scipy: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/scipy')
-rw-r--r-- | dev-python/scipy/scipy-1.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/scipy/scipy-1.6.3.ebuild b/dev-python/scipy/scipy-1.6.3.ebuild index 05fbc9229edc..fa25644eff36 100644 --- a/dev-python/scipy/scipy-1.6.3.ebuild +++ b/dev-python/scipy/scipy-1.6.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="threads(+)" inherit fortran-2 distutils-r1 flag-o-matic multiprocessing toolchain-funcs |