From d55c07e935f0f1c68072f8a79a9f3e31a23232f5 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 29 May 2022 22:27:15 +0200 Subject: [PATCH] dev-python/glyphsets: enable py3.10 Closes: https://bugs.gentoo.org/848180 Signed-off-by: Alessandro Barbieri --- dev-python/glyphsets/glyphsets-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/glyphsets/glyphsets-0.5.0.ebuild b/dev-python/glyphsets/glyphsets-0.5.0.ebuild index 1c7b2530ad..c7c34fc04e 100644 --- a/dev-python/glyphsets/glyphsets-0.5.0.ebuild +++ b/dev-python/glyphsets/glyphsets-0.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1