From: Michał Górny Date: Sat, 14 Jul 2018 20:10:09 +0000 (+0200) Subject: dev-python/path-py: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8240b942988929a089b8635218faa19ed335f8bf;p=gentoo.git dev-python/path-py: Enable py3.7 --- diff --git a/dev-python/path-py/path-py-11.0.1.ebuild b/dev-python/path-py/path-py-11.0.1.ebuild index 8fe229445c49..d6ed404efe02 100644 --- a/dev-python/path-py/path-py-11.0.1.ebuild +++ b/dev-python/path-py/path-py-11.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} ) inherit distutils-r1