summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-14 15:34:09 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-14 15:44:19 +0300
commit3c2128c810c89acacf3f7ff31983a8a6df893cc8 (patch)
tree393335297627832fa6c408e00f5bd55f344d0fc3
parentdev-python/sphinxcontrib-applehelp: enable py3.11 (diff)
downloadgentoo-3c2128c810c89acacf3f7ff31983a8a6df893cc8.tar.gz
gentoo-3c2128c810c89acacf3f7ff31983a8a6df893cc8.tar.bz2
gentoo-3c2128c810c89acacf3f7ff31983a8a6df893cc8.zip
dev-python/sphinxcontrib-devhelp: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2-r1.ebuild b/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2-r1.ebuild
index 7c3d92d32739..55798fd4310b 100644
--- a/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2-r1.ebuild
+++ b/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2-r1.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