From: Michał Górny Date: Sat, 14 Jul 2018 20:09:29 +0000 (+0200) Subject: dev-python/vcversioner: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d1db6c0c62d4eed1891f8df1584ce7456f9141fc;p=gentoo.git dev-python/vcversioner: Enable py3.7 --- diff --git a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild index ccd074ebd906..24c8bfa316e5 100644 --- a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild +++ b/dev-python/vcversioner/vcversioner-2.16.0.0.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 ) inherit distutils-r1