From 9fc8c116dded045a6aab3a822adbb5c71b9fcd98 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 29 May 2022 22:33:34 +0200 Subject: [PATCH] dev-python/hyperglot: enable py3.10 Closes: https://bugs.gentoo.org/848195 Signed-off-by: Alessandro Barbieri --- dev-python/hyperglot/hyperglot-0.3.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hyperglot/hyperglot-0.3.8.ebuild b/dev-python/hyperglot/hyperglot-0.3.8.ebuild index 41af522d81..86e68098e1 100644 --- a/dev-python/hyperglot/hyperglot-0.3.8.ebuild +++ b/dev-python/hyperglot/hyperglot-0.3.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1