From 1a1163c97beb101b7a353813f318a5f2489549a6 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 28 May 2022 10:51:10 +0200 Subject: [PATCH] dev-python/fontPens: enable py3.10 Signed-off-by: Alessandro Barbieri --- dev-python/fontPens/fontPens-0.2.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/fontPens/fontPens-0.2.4.ebuild b/dev-python/fontPens/fontPens-0.2.4.ebuild index a2220b8c3c..8cfbdf81eb 100644 --- a/dev-python/fontPens/fontPens-0.2.4.ebuild +++ b/dev-python/fontPens/fontPens-0.2.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1