From: Joonas Niilola Date: Tue, 7 Jan 2020 17:45:31 +0000 (+0200) Subject: dev-python/texttable: enable py3.8 on 1.6.2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6f2df3fc12d9bdf1d0b10b5813f682f3038b4c9b;p=gentoo.git dev-python/texttable: enable py3.8 on 1.6.2 Signed-off-by: Joonas Niilola --- 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