summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-17 13:57:31 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-17 14:19:39 +0200
commit2f93e73e3ab6cced762298ffe043b55041d4517c (patch)
tree2b4b1a5673a0a40d2c782ebda373a9ca1c7c1c78 /dev-python/sphinxcontrib-autoprogram
parentdev-python/sphinx-panels: enable py3.11 (diff)
downloadgentoo-2f93e73e3ab6cced762298ffe043b55041d4517c.tar.gz
gentoo-2f93e73e3ab6cced762298ffe043b55041d4517c.tar.bz2
gentoo-2f93e73e3ab6cced762298ffe043b55041d4517c.zip
dev-python/sphinxcontrib-autoprogram: enable py3.11 and disable py3.7
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.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.7.ebuild b/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.7.ebuild
index bd789b675d0b..1a955c0bf1da 100644
--- a/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.7.ebuild
+++ b/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1