commit: a1605423aa54e26e1f938cb75a8e54c15b6d269e
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 16:56:38 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu May 13 19:08:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1605423
dev-python/editdistance-s: support python3_10
Dependencies are all in order, builds fine, all tests pass.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/editdistance-s/editdistance-s-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild
b/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild
index bdbb49dbf8e..5cf084bbebf 100644
--- a/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild
+++ b/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1