From 8b21c469b1f12e62db4fcd655260202a77753aba Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sun, 9 Apr 2023 11:26:33 +0300 Subject: [PATCH] dev-util/buildbot-wsgi-dashboards: enable py3.11 Closes: https://bugs.gentoo.org/896918 Signed-off-by: Arthur Zamarin --- .../buildbot-wsgi-dashboards-3.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.6.1.ebuild b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.6.1.ebuild index 7a015dc4abefa..05f2c64c59fda 100644 --- a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.6.1.ebuild +++ b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.6.1.ebuild @@ -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"