From: Michał Górny Date: Sat, 14 Jul 2018 20:14:36 +0000 (+0200) Subject: dev-python/simplejson: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dc8f516879d1e6ae1565305b129a7b54dad47b72;p=gentoo.git dev-python/simplejson: Enable py3.7 --- diff --git a/dev-python/simplejson/simplejson-3.15.0.ebuild b/dev-python/simplejson/simplejson-3.15.0.ebuild index becb68edb09f..df7af5af1964 100644 --- a/dev-python/simplejson/simplejson-3.15.0.ebuild +++ b/dev-python/simplejson/simplejson-3.15.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 flag-o-matic