summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-11-08 14:09:34 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-11-08 14:19:17 +0100
commit62345b569a47e2e0d8bbc98c736c77aa3f947459 (patch)
tree5d9e707d49b29c2a9f5fed8324dd9c7896e35628 /dev-python/sphinx-autodoc-typehints
parentdev-python/nptyping: enable py3.11 (diff)
downloadgentoo-62345b569a47e2e0d8bbc98c736c77aa3f947459.tar.gz
gentoo-62345b569a47e2e0d8bbc98c736c77aa3f947459.tar.bz2
gentoo-62345b569a47e2e0d8bbc98c736c77aa3f947459.zip
dev-python/sphinx-autodoc-typehints: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-autodoc-typehints')
-rw-r--r--dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.19.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.19.4.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.19.4.ebuild
index 91b9963b69f0..d7e49c90b2f0 100644
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.19.4.ebuild
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.19.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1