commit: 7cf3dd248aaaa34be11dc75e0cbc805222e71c3c
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun May 9 19:59:18 2021 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun May 9 19:59:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf3dd24
dev-python/blessed: Enable Python 3.10
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/blessed/blessed-1.18.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/blessed/blessed-1.18.0.ebuild
b/dev-python/blessed/blessed-1.18.0.ebuild
index 4db2921df38..da2210a3cac 100644
--- a/dev-python/blessed/blessed-1.18.0.ebuild
+++ b/dev-python/blessed/blessed-1.18.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
inherit distutils-r1