summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-09-14 11:21:12 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-09-14 11:57:52 +0200
commit12a940420d8028efbd7788ef5653a8f7f76979b6 (patch)
treec47a82cefc7790d13d57e21fdae0bdece7718932 /dev-python/mkautodoc
parentdev-python/mkdocs: enable py3.12 (diff)
downloadgentoo-12a940420d8028efbd7788ef5653a8f7f76979b6.tar.gz
gentoo-12a940420d8028efbd7788ef5653a8f7f76979b6.tar.bz2
gentoo-12a940420d8028efbd7788ef5653a8f7f76979b6.zip
dev-python/mkautodoc: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/mkautodoc')
-rw-r--r--dev-python/mkautodoc/mkautodoc-0.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild b/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild
index 13b36aecd4e9..21a8f0916c1f 100644
--- a/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild
+++ b/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1