From: Matthew Thode Date: Sun, 27 Jan 2019 21:34:37 +0000 (-0600) Subject: dev-python/reno: py37 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3f7d7af9e5c985a231e8e2019fa7f85cdc4ba477;p=gentoo.git dev-python/reno: py37 support Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode --- diff --git a/dev-python/reno/reno-2.7.0.ebuild b/dev-python/reno/reno-2.7.0.ebuild index 5c6ce8885859..3740aaf3589a 100644 --- a/dev-python/reno/reno-2.7.0.ebuild +++ b/dev-python/reno/reno-2.7.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1