From: Michał Górny Date: Mon, 16 Jul 2018 08:41:37 +0000 (+0200) Subject: dev-python/atomicwrites: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=160cb2caeac0094d102d967792c990e985f94764;p=gentoo.git dev-python/atomicwrites: Enable py3.7 --- diff --git a/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild b/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild index 82f4a5648b67..b7da5c5dfb07 100644 --- a/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild +++ b/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 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}} ) inherit distutils-r1