From: Michał Górny Date: Sat, 14 Jul 2018 20:11:17 +0000 (+0200) Subject: dev-python/extras: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0fddc3321a77c5cd7662ffedf9b51aded76b69bd;p=gentoo.git dev-python/extras: Enable py3.7 --- diff --git a/dev-python/extras/extras-1.0.0.ebuild b/dev-python/extras/extras-1.0.0.ebuild index 7bc9faaaeffc..925a6fda57eb 100644 --- a/dev-python/extras/extras-1.0.0.ebuild +++ b/dev-python/extras/extras-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 pypy pypy3 ) inherit distutils-r1