From: Michał Górny Date: Wed, 18 Jul 2018 21:47:34 +0000 (+0200) Subject: dev-python/pyblake2: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=afe5bf5575d25c82704b8ee8ca6eddbd96526c2f;p=gentoo.git dev-python/pyblake2: Enable py3.7 --- diff --git a/dev-python/pyblake2/pyblake2-1.1.2.ebuild b/dev-python/pyblake2/pyblake2-1.1.2.ebuild index 2b2d75afadf5..490edf11796a 100644 --- a/dev-python/pyblake2/pyblake2-1.1.2.ebuild +++ b/dev-python/pyblake2/pyblake2-1.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy{,3} ) inherit distutils-r1 DESCRIPTION="BLAKE2 hash function extension module"