From: Michał Górny Date: Sat, 14 Jul 2018 20:12:45 +0000 (+0200) Subject: dev-python/pytz: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=28ec2149ccb9cac3072b54914bc4428464790c7a;p=gentoo.git dev-python/pytz: Enable py3.7 --- diff --git a/dev-python/pytz/pytz-2018.4.ebuild b/dev-python/pytz/pytz-2018.4.ebuild index 18ae3c855054..e925179f74dd 100644 --- a/dev-python/pytz/pytz-2018.4.ebuild +++ b/dev-python/pytz/pytz-2018.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1