commit: 75ce186a2c3ffd0abf3e59e803023cbed0037d75
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue May 11 08:46:24 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue May 11 08:47:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ce186a
dev-python/texttable: add python-3.10 support
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/texttable/texttable-1.6.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/texttable/texttable-1.6.3.ebuild
b/dev-python/texttable/texttable-1.6.3.ebuild
index 51902acd7fe..ec0eced974c 100644
--- a/dev-python/texttable/texttable-1.6.3.ebuild
+++ b/dev-python/texttable/texttable-1.6.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1 optfeature