commit: 9088be681a6ea7dacfe2428859ae9e0da7b30b94
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 17:55:19 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 17:55:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9088be68
dev-python/oslo-concurrency: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/oslo-concurrency/oslo-concurrency-7.1.0.ebuild | 2 +-
dev-python/oslo-concurrency/oslo-concurrency-7.2.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/oslo-concurrency/oslo-concurrency-7.1.0.ebuild
b/dev-python/oslo-concurrency/oslo-concurrency-7.1.0.ebuild
index d44e0b75843e..2286061e9f46 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-7.1.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-7.1.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi
diff --git a/dev-python/oslo-concurrency/oslo-concurrency-7.2.0.ebuild
b/dev-python/oslo-concurrency/oslo-concurrency-7.2.0.ebuild
index a50341d3fde8..7ec0c1e796bb 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-7.2.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-7.2.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=pbr
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi