diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-09 22:48:30 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-10 00:07:42 -0500 |
commit | b35a6c59a90db8c0243eab107fe757ffc64013da (patch) | |
tree | d96f3a6a8576dcda631400b8dd62e0e05bb2bab2 /dev-python/dask | |
parent | dev-python/distributed: add py37 support to 1.18.0-r1 (diff) | |
download | gentoo-b35a6c59a90db8c0243eab107fe757ffc64013da.tar.gz gentoo-b35a6c59a90db8c0243eab107fe757ffc64013da.tar.bz2 gentoo-b35a6c59a90db8c0243eab107fe757ffc64013da.zip |
dev-python/dask: add py37 support to 1.1.3
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/dask')
-rw-r--r-- | dev-python/dask/dask-1.1.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/dask/dask-1.1.3.ebuild b/dev-python/dask/dask-1.1.3.ebuild index c38d12676298..fdc031a5b83a 100644 --- a/dev-python/dask/dask-1.1.3.ebuild +++ b/dev-python/dask/dask-1.1.3.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 |