From: Joonas Niilola Date: Wed, 22 Aug 2018 05:55:27 +0000 (+0300) Subject: dev-python/texttable: enable python3.7 for 1.4.0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=508badf1d703b48ba1ccef9801c687f523ce1af9;p=gentoo.git dev-python/texttable: enable python3.7 for 1.4.0 Package-Manager: Portage[mgorny]-2.3.43.3 --- diff --git a/dev-python/texttable/texttable-1.4.0.ebuild b/dev-python/texttable/texttable-1.4.0.ebuild index 7ed05e0fbe5d..a885a2a6c894 100644 --- a/dev-python/texttable/texttable-1.4.0.ebuild +++ b/dev-python/texttable/texttable-1.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6}} ) +PYTHON_COMPAT=( python{2_7,3_{5..7}} ) inherit distutils-r1