summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-04-09 11:24:45 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-04-09 11:27:04 +0300
commit5e22154fc94c1a772e142d49fa55a7e50e7c3c4d (patch)
tree2d7ed416ca42fe7ef7cc78b15ba8d0c381d50f9a /dev-util/buildbot-waterfall-view
parentdev-util/buildbot-grid-view: enable py3.11 (diff)
downloadgentoo-5e22154fc94c1a772e142d49fa55a7e50e7c3c4d.tar.gz
gentoo-5e22154fc94c1a772e142d49fa55a7e50e7c3c4d.tar.bz2
gentoo-5e22154fc94c1a772e142d49fa55a7e50e7c3c4d.zip
dev-util/buildbot-waterfall-view: enable py3.11
Closes: https://bugs.gentoo.org/896918 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-waterfall-view')
-rw-r--r--dev-util/buildbot-waterfall-view/buildbot-waterfall-view-3.6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-3.6.1.ebuild b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-3.6.1.ebuild
index 67e064ee16f4..03d3f4022a46 100644
--- a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-3.6.1.ebuild
+++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-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 waterfall-view plugin"