summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 15:37:52 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 15:37:52 +0200
commitf75b1993ab26d2360a93ed673d15fcd52a5f2110 (patch)
tree7fc535cd46c00143acfae294985efebeda3547d9 /dev-python/flask-sphinx-themes
parentdev-python/flask-cors: Enable py3.10 (diff)
downloadgentoo-f75b1993ab26d2360a93ed673d15fcd52a5f2110.tar.gz
gentoo-f75b1993ab26d2360a93ed673d15fcd52a5f2110.tar.bz2
gentoo-f75b1993ab26d2360a93ed673d15fcd52a5f2110.zip
dev-python/flask-sphinx-themes: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-sphinx-themes')
-rw-r--r--dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.ebuild b/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.ebuild
index 95bed176a27e..630add4ca05b 100644
--- a/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.ebuild
+++ b/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.ebuild
@@ -6,7 +6,7 @@ EAPI=7
MY_PN="Flask-Sphinx-Themes"
MY_P="${MY_PN}-${PV}"
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Sphinx Themes for Flask related projects and Flask itself"