commit: 3783d7b3f66ae37dd26515c09f06c812bc4e22b0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 17:54:46 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 17:54:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3783d7b3
dev-python/tempest: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tempest/tempest-45.0.0.ebuild | 2 +-
dev-python/tempest/tempest-46.0.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/tempest/tempest-45.0.0.ebuild
b/dev-python/tempest/tempest-45.0.0.ebuild
index 7f84a0f6cdfa..78e6f2b4ada9 100644
--- a/dev-python/tempest/tempest-45.0.0.ebuild
+++ b/dev-python/tempest/tempest-45.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 multiprocessing pypi
diff --git a/dev-python/tempest/tempest-46.0.0.ebuild
b/dev-python/tempest/tempest-46.0.0.ebuild
index 8369d4207742..ee5fe6c44b4b 100644
--- a/dev-python/tempest/tempest-46.0.0.ebuild
+++ b/dev-python/tempest/tempest-46.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 multiprocessing pypi