summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2021-09-07 23:17:47 +0200
committerLouis Sautier <sbraz@gentoo.org>2021-09-07 23:18:06 +0200
commit227ae55033109791c48df531c8881b0a2f356c54 (patch)
tree451c119f0920fc8f583c9d50effc347e2158011a /dev-python/sphinx-bootstrap-theme
parentdev-util/samurai: respect CC (diff)
downloadgentoo-227ae55033109791c48df531c8881b0a2f356c54.tar.gz
gentoo-227ae55033109791c48df531c8881b0a2f356c54.tar.bz2
gentoo-227ae55033109791c48df531c8881b0a2f356c54.zip
dev-python/sphinx-bootstrap-theme: enable py3.10 and disable py3.7
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-bootstrap-theme')
-rw-r--r--dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.0.ebuild b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.0.ebuild
index b67727c008a9..fb6ceec38349 100644
--- a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.0.ebuild
+++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
inherit distutils-r1