From be1bae7ac6668371ab9747c9f9712dce42998a9d Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 28 May 2022 10:48:53 +0200 Subject: [PATCH] dev-python/fontMath: enable py3.10 Signed-off-by: Alessandro Barbieri --- dev-python/fontMath/fontMath-0.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fontMath/fontMath-0.9.2.ebuild b/dev-python/fontMath/fontMath-0.9.2.ebuild index 91ba2a17a9..63c1c22e43 100644 --- a/dev-python/fontMath/fontMath-0.9.2.ebuild +++ b/dev-python/fontMath/fontMath-0.9.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1