diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-11-13 15:51:52 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-11-13 15:51:52 +0100 |
commit | fde296706085f0a67eba1f968ad2c790891c08ce (patch) | |
tree | 3fb13fbf79f47871b18eabf48618949c0dd7f707 /dev-python/sphinxcontrib-github-alt | |
parent | dev-python/pyamg: enable py3.12 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/sphinxcontrib-github-alt')
-rw-r--r-- | dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild | 2 |
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 |