summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-17 13:54:38 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-17 14:19:37 +0200
commite64172316cedb5966bd3ef54dedf418626e82dd9 (patch)
treea92548b441da93e0f4c68295c672a99c7436fac9 /dev-python/sphinx-multiversion
parentdev-python/fuzzywuzzy: enable py3.11 (diff)
downloadgentoo-e64172316cedb5966bd3ef54dedf418626e82dd9.tar.gz
gentoo-e64172316cedb5966bd3ef54dedf418626e82dd9.tar.bz2
gentoo-e64172316cedb5966bd3ef54dedf418626e82dd9.zip
dev-python/sphinx-multiversion: enable py3.11 and disable py3.7
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-multiversion')
-rw-r--r--dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild b/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild
index f936e03d0f5b..e22136266481 100644
--- a/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild
+++ b/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.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