commit: 12fca22979c6189f7f33db0dc3c98f2e97025cd8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 17:23:45 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 17:30:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12fca229
dev-util/buildbot-worker: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/buildbot-worker/buildbot-worker-3.11.0.ebuild | 4 ++--
dev-util/buildbot-worker/buildbot-worker-3.11.1.ebuild | 4 ++--
dev-util/buildbot-worker/buildbot-worker-3.11.9.ebuild | 4 ++--
dev-util/buildbot-worker/buildbot-worker-4.1.0.ebuild | 4 ++--
dev-util/buildbot-worker/buildbot-worker-9999.ebuild | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/dev-util/buildbot-worker/buildbot-worker-3.11.0.ebuild
b/dev-util/buildbot-worker/buildbot-worker-3.11.0.ebuild
index 82705d39fc8c..23d2752d6181 100644
--- a/dev-util/buildbot-worker/buildbot-worker-3.11.0.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-3.11.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_12 )
inherit readme.gentoo-r1 systemd distutils-r1 pypi
DESCRIPTION="BuildBot Worker (slave) Daemon"
diff --git a/dev-util/buildbot-worker/buildbot-worker-3.11.1.ebuild
b/dev-util/buildbot-worker/buildbot-worker-3.11.1.ebuild
index f48881a64667..48fc96e91d53 100644
--- a/dev-util/buildbot-worker/buildbot-worker-3.11.1.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-3.11.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_12 )
inherit readme.gentoo-r1 systemd distutils-r1 pypi
DESCRIPTION="BuildBot Worker (slave) Daemon"
diff --git a/dev-util/buildbot-worker/buildbot-worker-3.11.9.ebuild
b/dev-util/buildbot-worker/buildbot-worker-3.11.9.ebuild
index 14440f962a2a..89bcc993e9cc 100644
--- a/dev-util/buildbot-worker/buildbot-worker-3.11.9.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-3.11.9.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_12 )
PYPI_PN=${PN/-/_}
inherit readme.gentoo-r1 systemd distutils-r1 pypi
diff --git a/dev-util/buildbot-worker/buildbot-worker-4.1.0.ebuild
b/dev-util/buildbot-worker/buildbot-worker-4.1.0.ebuild
index e8b4cc02b177..28f1dfd37dea 100644
--- a/dev-util/buildbot-worker/buildbot-worker-4.1.0.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-4.1.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_12 )
PYPI_PN=${PN/-/_}
inherit readme.gentoo-r1 systemd distutils-r1 pypi
diff --git a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild
b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild
index 719c5d12f89e..c17f1527152d 100644
--- a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_12 )
EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
inherit readme.gentoo-r1 systemd distutils-r1