From: Michał Górny Date: Sat, 14 Jul 2018 20:14:23 +0000 (+0200) Subject: dev-python/testrepository: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dff3ab660477350c07be6e08caa5697615f62685;p=gentoo.git dev-python/testrepository: Enable py3.7 --- diff --git a/dev-python/testrepository/testrepository-0.0.20.ebuild b/dev-python/testrepository/testrepository-0.0.20.ebuild index 2c7ffaca0ffe..43149204533a 100644 --- a/dev-python/testrepository/testrepository-0.0.20.ebuild +++ b/dev-python/testrepository/testrepository-0.0.20.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1