dev-util/buildbot-wsgi-dashboards: enable py3.11

Closes: https://bugs.gentoo.org/896918
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2023-04-09 11:26:33 +03:00
parent 85595a224f
commit 8b21c469b1

View File

@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_REQ_USE="sqlite"
PYTHON_COMPAT=( python3_10 )
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 pypi
DESCRIPTION="Buildbot plugin to integrate flask or bottle dashboards to buildbot UI"