From f43e18421400b82e98a2be9efd4a205097f7bf5b Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 14 May 2022 15:35:32 +0300 Subject: [PATCH] dev-python/sphinxcontrib-jsmath: enable py3.11 Signed-off-by: Arthur Zamarin --- .../sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r2.ebuild b/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r2.ebuild index 1826623ad02bd..940a154e6fc2a 100644 --- a/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r2.ebuild +++ b/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1