From 6f2df3fc12d9bdf1d0b10b5813f682f3038b4c9b Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Tue, 7 Jan 2020 19:45:31 +0200 Subject: [PATCH] dev-python/texttable: enable py3.8 on 1.6.2 Signed-off-by: Joonas Niilola --- dev-python/texttable/texttable-1.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/texttable/texttable-1.6.2.ebuild b/dev-python/texttable/texttable-1.6.2.ebuild index 1c8be2a76b09..1665f11d1fbf 100644 --- a/dev-python/texttable/texttable-1.6.2.ebuild +++ b/dev-python/texttable/texttable-1.6.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python{2_7,3_{6..8}} ) inherit distutils-r1 -- 2.26.2