diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-05 15:09:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-05 15:13:55 +0200 |
commit | c053b900384eb2823d6c79b0cff91eef5fc52002 (patch) | |
tree | 66dc0c3e02826283e0e8b662312d3244d9ca8187 /sci-libs | |
parent | dev-python/pillow: Port to py39 (diff) | |
download | gentoo-c053b900384eb2823d6c79b0cff91eef5fc52002.tar.gz gentoo-c053b900384eb2823d6c79b0cff91eef5fc52002.tar.bz2 gentoo-c053b900384eb2823d6c79b0cff91eef5fc52002.zip |
sci-libs/scipy: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/scipy/scipy-1.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/scipy/scipy-1.4.1.ebuild b/sci-libs/scipy/scipy-1.4.1.ebuild index 42e1b1694192..8babb5d3237a 100644 --- a/sci-libs/scipy/scipy-1.4.1.ebuild +++ b/sci-libs/scipy/scipy-1.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="threads(+)" DOC_PV=${PV} |