commit: ca9f9a94c5c1f9b83ceeb0b1a9b0dbfb65e28222 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 9 08:15:22 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Apr 9 08:27:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca9f9a94
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 <AT> gentoo.org> dev-util/buildbot/buildbot-3.6.1.ebuild | 2 +- dev-util/buildbot/buildbot-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/buildbot/buildbot-3.6.1.ebuild b/dev-util/buildbot/buildbot-3.6.1.ebuild index 366ea2652c62..783139307996 100644 --- a/dev-util/buildbot/buildbot-3.6.1.ebuild +++ b/dev-util/buildbot/buildbot-3.6.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_REQ_USE="sqlite" -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..11} ) inherit readme.gentoo-r1 systemd distutils-r1 pypi DESCRIPTION="BuildBot build automation system" 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
