diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-09 10:59:14 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-09 11:27:03 +0300 |
commit | f7a41e56ab014b5d2809aed78a367a4f968164f8 (patch) | |
tree | b42d5fd7abfb69acb7e30cf86dcea3598e1566e3 | |
parent | dev-util/buildbot-worker: enable py3.11 (diff) | |
download | gentoo-f7a41e56ab014b5d2809aed78a367a4f968164f8.tar.gz gentoo-f7a41e56ab014b5d2809aed78a367a4f968164f8.tar.bz2 gentoo-f7a41e56ab014b5d2809aed78a367a4f968164f8.zip |
dev-util/buildbot-www: enable py3.11
Closes: https://bugs.gentoo.org/896918
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-util/buildbot-www/buildbot-www-3.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/buildbot-www/buildbot-www-3.6.1.ebuild b/dev-util/buildbot-www/buildbot-www-3.6.1.ebuild index fd0f093a2b10..4d6c55e0d5ca 100644 --- a/dev-util/buildbot-www/buildbot-www-3.6.1.ebuild +++ b/dev-util/buildbot-www/buildbot-www-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 base web interface, use with buildbot-{console-view,waterfall-view}..." |