From: Michał Górny Date: Fri, 31 Aug 2018 08:29:51 +0000 (+0200) Subject: dev-python/CommonMark: Tested on py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c42d4c7696dedea203cb133b53707c65c3950c82;p=gentoo.git dev-python/CommonMark: Tested on py3.7 --- diff --git a/dev-python/CommonMark/CommonMark-0.7.5.ebuild b/dev-python/CommonMark/CommonMark-0.7.5.ebuild index 84141444df51..8da735bd09db 100644 --- a/dev-python/CommonMark/CommonMark-0.7.5.ebuild +++ b/dev-python/CommonMark/CommonMark-0.7.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit distutils-r1