summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-14 15:35:32 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-14 15:44:20 +0300
commitf43e18421400b82e98a2be9efd4a205097f7bf5b (patch)
treebca538df6e4653cc5edf763c7be3a2a96d638c95 /dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r2.ebuild
parentdev-python/sphinxcontrib-htmlhelp: enable py3.11 (diff)
downloadgentoo-f43e18421400b82e98a2be9efd4a205097f7bf5b.tar.gz
gentoo-f43e18421400b82e98a2be9efd4a205097f7bf5b.tar.bz2
gentoo-f43e18421400b82e98a2be9efd4a205097f7bf5b.zip
dev-python/sphinxcontrib-jsmath: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r2.ebuild')
-rw-r--r--dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
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 1826623ad02b..940a154e6fc2 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