From 33f0eb4d867f5cae13af0e0ecbf0a95c1a681445 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 28 May 2022 10:49:32 +0200 Subject: [PATCH] dev-python/unicodedata2: enable py3.10 Signed-off-by: Alessandro Barbieri --- dev-python/unicodedata2/unicodedata2-14.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild b/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild index 6c1fa4d532..e6c655743c 100644 --- a/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild +++ b/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 MYPV="$(ver_rs 3 -)" -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1