From 2d2089797b4164e1e2bdfa3930f7557f6ab3b2e7 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 27 Jul 2021 12:19:20 +0200 Subject: [PATCH] dev-python/sphinx-panels: enable py3.10 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild b/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild index 644f9878ebcc0..57a2b467cd5bf 100644 --- a/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild +++ b/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1