From bd31909c7321e251af63d8dcd62771b31de434db Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 28 May 2022 17:10:19 +0200 Subject: [PATCH] dev-python/skia-pathops: enable py3.10 Signed-off-by: Alessandro Barbieri --- dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild b/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild index 40e47553f4..cb62b29fec 100644 --- a/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild +++ b/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" MYP="${P/_p/.post}" -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1