From: Matthew Thode Date: Wed, 10 Apr 2019 03:48:30 +0000 (-0500) Subject: dev-python/dask: add py37 support to 1.1.3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b35a6c59a90db8c0243eab107fe757ffc64013da;p=gentoo.git 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 --- 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