commit: 0285caf88de6d466ed8dbffcd3f27b7dfc19ab3e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 19:34:12 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 19:34:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0285caf8
dev-python/stestr: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/stestr/stestr-4.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/stestr/stestr-4.2.0.ebuild
b/dev-python/stestr/stestr-4.2.0.ebuild
index 597ed8a5c6ed..f93cb3fbd5fd 100644
--- a/dev-python/stestr/stestr-4.2.0.ebuild
+++ b/dev-python/stestr/stestr-4.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 multiprocessing pypi