summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-04-09 11:26:33 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-04-09 11:27:05 +0300
commit8b21c469b1f12e62db4fcd655260202a77753aba (patch)
tree98815486acc0e7fc8ffd3d7f2d05713fb2aa6344 /dev-util/buildbot-wsgi-dashboards
parentdev-util/buildbot-badges: enable py3.11 (diff)
downloadgentoo-8b21c469b1f12e62db4fcd655260202a77753aba.tar.gz
gentoo-8b21c469b1f12e62db4fcd655260202a77753aba.tar.bz2
gentoo-8b21c469b1f12e62db4fcd655260202a77753aba.zip
dev-util/buildbot-wsgi-dashboards: enable py3.11
Closes: https://bugs.gentoo.org/896918 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-wsgi-dashboards')
-rw-r--r--dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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 7a015dc4abef..05f2c64c59fd 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"