diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-16 16:57:30 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-16 18:02:57 +0200 |
commit | 9717c96383bd6532ead6fbd0c953a7b636d412c2 (patch) | |
tree | f3885a08b64fb84b288cdd0706a583f0c820ff4a /dev-python/sphinxcontrib-github-alt | |
parent | dev-python/pyproject2setuppy: enable py3.11 (diff) | |
download | gentoo-9717c96383bd6532ead6fbd0c953a7b636d412c2.tar.gz gentoo-9717c96383bd6532ead6fbd0c953a7b636d412c2.tar.bz2 gentoo-9717c96383bd6532ead6fbd0c953a7b636d412c2.zip |
dev-python/sphinxcontrib-github-alt: enable py3.11
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-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r1.ebuild b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r1.ebuild index 9562b2d4e793..9fe7b806baf5 100644 --- a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r1.ebuild +++ b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |