summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-09-14 12:35:04 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-09-14 13:01:28 +0200
commit30349b50dd2f6abc95c5df6efe7dd1351b625d9e (patch)
treeafae8da9a193e3c8ea2435235d91130cb0fac0bd /dev-python/sphinxcontrib-autoprogram
parentdev-python/qtawesome: enable py3.12 (diff)
downloadgentoo-30349b50dd2f6abc95c5df6efe7dd1351b625d9e.tar.gz
gentoo-30349b50dd2f6abc95c5df6efe7dd1351b625d9e.tar.bz2
gentoo-30349b50dd2f6abc95c5df6efe7dd1351b625d9e.zip
dev-python/sphinxcontrib-autoprogram: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-autoprogram')
-rw-r--r--dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.8.ebuild b/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.8.ebuild
index 115a4f879a5d..64dae6cc3294 100644
--- a/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.8.ebuild
+++ b/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.8.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi