summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-11-13 15:51:52 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-11-13 15:51:52 +0100
commitfde296706085f0a67eba1f968ad2c790891c08ce (patch)
tree3fb13fbf79f47871b18eabf48618949c0dd7f707
parentdev-python/pyamg: enable py3.12 (diff)
downloadgentoo-fde296706085f0a67eba1f968ad2c790891c08ce.tar.gz
gentoo-fde296706085f0a67eba1f968ad2c790891c08ce.tar.bz2
gentoo-fde296706085f0a67eba1f968ad2c790891c08ce.zip
dev-python/sphinxcontrib-github-alt: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild
index 5e6d2e586bb0..5db8977c227e 100644
--- a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild
+++ b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1