From 508badf1d703b48ba1ccef9801c687f523ce1af9 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Wed, 22 Aug 2018 08:55:27 +0300 Subject: [PATCH] dev-python/texttable: enable python3.7 for 1.4.0 Package-Manager: Portage[mgorny]-2.3.43.3 --- dev-python/texttable/texttable-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2