commit: 12e5b2a531665ae96e8c78a74eab45b46f8ec652
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 3 04:28:01 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 3 04:40:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e5b2a5
app-admin/ansible-core: 2.20.0+ requires Python >=3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-admin/ansible-core/ansible-core-2.20.0.ebuild | 2 +-
app-admin/ansible-core/ansible-core-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/ansible-core/ansible-core-2.20.0.ebuild
b/app-admin/ansible-core/ansible-core-2.20.0.ebuild
index 3d475c7f797e..92dfff5860c5 100644
--- a/app-admin/ansible-core/ansible-core-2.20.0.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.20.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
diff --git a/app-admin/ansible-core/ansible-core-9999.ebuild
b/app-admin/ansible-core/ansible-core-9999.ebuild
index 3d475c7f797e..92dfff5860c5 100644
--- a/app-admin/ansible-core/ansible-core-9999.ebuild
+++ b/app-admin/ansible-core/ansible-core-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1