summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-04-09 11:15:22 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-04-09 11:27:03 +0300
commitca9f9a94c5c1f9b83ceeb0b1a9b0dbfb65e28222 (patch)
tree4926605700e973560f798c409a284e48143662fe /dev-util/buildbot/buildbot-9999.ebuild
parentdev-util/buildbot-www: enable py3.11 (diff)
downloadgentoo-ca9f9a94c5c1f9b83ceeb0b1a9b0dbfb65e28222.tar.gz
gentoo-ca9f9a94c5c1f9b83ceeb0b1a9b0dbfb65e28222.tar.bz2
gentoo-ca9f9a94c5c1f9b83ceeb0b1a9b0dbfb65e28222.zip
dev-util/buildbot: enable py3.11
Closes: https://bugs.gentoo.org/896918 Closes: https://github.com/mgorny/python-bump-testing/issues/54 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/buildbot/buildbot-9999.ebuild')
-rw-r--r--dev-util/buildbot/buildbot-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/buildbot/buildbot-9999.ebuild b/dev-util/buildbot/buildbot-9999.ebuild
index fa4872d40073..1a42f1fca759 100644
--- a/dev-util/buildbot/buildbot-9999.ebuild
+++ b/dev-util/buildbot/buildbot-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
EGIT_REPO_URI="https://github.com/buildbot/${PN}.git"
inherit readme.gentoo-r1 git-r3 systemd distutils-r1