From: Michał Górny Date: Sat, 21 Oct 2017 08:32:16 +0000 (+0200) Subject: dev-python/pyblake2: Tested on py3.6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=94b91b64cd717e88d328ccfcfb64dbe86cae7eb6;p=gentoo.git dev-python/pyblake2: Tested on py3.6 --- diff --git a/dev-python/pyblake2/pyblake2-0.9.3.ebuild b/dev-python/pyblake2/pyblake2-0.9.3.ebuild index 893bf4757e56..a48a7e3d1c14 100644 --- a/dev-python/pyblake2/pyblake2-0.9.3.ebuild +++ b/dev-python/pyblake2/pyblake2-0.9.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="BLAKE2 hash function extension module"