From 6aad07c43047d95b42f2c733a63299cfd00dfd04 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 17 Jun 2022 10:08:21 +0300 Subject: [PATCH] dev-python/flask-sphinx-themes: enable py3.11 Signed-off-by: Arthur Zamarin --- .../flask-sphinx-themes/flask-sphinx-themes-1.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9a879c4447781..0bf6ea6f402c0 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"