From: Michał Górny Date: Sat, 14 Jul 2018 20:14:04 +0000 (+0200) Subject: dev-python/pygments: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a0ed8f8e5df2c830730020d6d0685a5a4b9df92f;p=gentoo.git dev-python/pygments: Enable py3.7 --- diff --git a/dev-python/pygments/pygments-2.2.0.ebuild b/dev-python/pygments/pygments-2.2.0.ebuild index d9da923f8cdf..d9d833c9c0b3 100644 --- a/dev-python/pygments/pygments-2.2.0.ebuild +++ b/dev-python/pygments/pygments-2.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) inherit distutils-r1 bash-completion-r1 vcs-snapshot