dev-python/dask: add py37 support to 1.1.3
authorMatthew Thode <prometheanfire@gentoo.org>
Wed, 10 Apr 2019 03:48:30 +0000 (22:48 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 10 Apr 2019 05:07:42 +0000 (00:07 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/dask/dask-1.1.3.ebuild

index c38d1267629881eb54b4eee3b2a6be2aba6f2060..fdc031a5b83ab8297bfdd84aeeaaf84086471cc4 100644 (file)
@@ -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