summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-06-17 10:08:21 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-06-17 11:10:18 +0300
commit6aad07c43047d95b42f2c733a63299cfd00dfd04 (patch)
tree171dc1fbf2a1fda777eda473b1d64f432f5b70dd /dev-python/flask-sphinx-themes
parentdev-python/*: EAPI=8, PEP517 (diff)
downloadgentoo-6aad07c43047d95b42f2c733a63299cfd00dfd04.tar.gz
gentoo-6aad07c43047d95b42f2c733a63299cfd00dfd04.tar.bz2
gentoo-6aad07c43047d95b42f2c733a63299cfd00dfd04.zip
dev-python/flask-sphinx-themes: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/flask-sphinx-themes')
-rw-r--r--dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2-r1.ebuild b/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2-r1.ebuild
index 9a879c444778..0bf6ea6f402c 100644
--- a/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2-r1.ebuild
+++ b/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2-r1.ebuild
@@ -7,7 +7,7 @@ MY_PN="Flask-Sphinx-Themes"
MY_P="${MY_PN}-${PV}"
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Sphinx Themes for Flask related projects and Flask itself"