commit: 6f2df3fc12d9bdf1d0b10b5813f682f3038b4c9b
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 7 17:45:31 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 7 17:47:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2df3fc
dev-python/texttable: enable py3.8 on 1.6.2
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
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 1c8be2a76b0..1665f11d1fb 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