From: Michał Górny Date: Sat, 14 Jul 2018 20:14:32 +0000 (+0200) Subject: dev-python/imagesize: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1003300195c506886f042de523a1fa71d7e141d2;p=gentoo.git dev-python/imagesize: Enable py3.7 --- diff --git a/dev-python/imagesize/imagesize-1.0.0.ebuild b/dev-python/imagesize/imagesize-1.0.0.ebuild index 54738deb2736..b24b21fe5370 100644 --- a/dev-python/imagesize/imagesize-1.0.0.ebuild +++ b/dev-python/imagesize/imagesize-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} ) inherit distutils-r1