diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-14 15:34:09 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-14 15:44:19 +0300 |
commit | 3c2128c810c89acacf3f7ff31983a8a6df893cc8 (patch) | |
tree | 393335297627832fa6c408e00f5bd55f344d0fc3 | |
parent | dev-python/sphinxcontrib-applehelp: enable py3.11 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |