From: Michał Górny Date: Sat, 14 Jul 2018 20:15:15 +0000 (+0200) Subject: dev-python/Babel: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3610fda9be9ef5a28721832b745fabee7bfd2934;p=gentoo.git dev-python/Babel: Enable py3.7 --- diff --git a/dev-python/Babel/Babel-2.6.0.ebuild b/dev-python/Babel/Babel-2.6.0.ebuild index aaf13989c173..81c3bfac87f7 100644 --- a/dev-python/Babel/Babel-2.6.0.ebuild +++ b/dev-python/Babel/Babel-2.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1