From: Michał Górny Date: Tue, 30 Jul 2019 07:03:05 +0000 (+0200) Subject: dev-python/pyaes: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ac741ffc338a952d24a5e63d7af2aaa38e3143bb;p=gentoo.git dev-python/pyaes: Enable py3.7 Signed-off-by: Michał Górny --- diff --git a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild index 28e71ec67c0c..90b8b03fdf57 100644 --- a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild +++ b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1