commit: 798652b8da0d2df18c3a5146ead43588c461690b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 26 04:18:43 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 04:41:00 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=798652b8
app-admin/ansible-lint: Remove py3.11 (following ansible-compat)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-admin/ansible-lint/ansible-lint-25.11.0.ebuild | 4 ++--
app-admin/ansible-lint/ansible-lint-25.9.0.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-admin/ansible-lint/ansible-lint-25.11.0.ebuild
b/app-admin/ansible-lint/ansible-lint-25.11.0.ebuild
index 672417e5eb8c..47a81d5d925d 100644
--- a/app-admin/ansible-lint/ansible-lint-25.11.0.ebuild
+++ b/app-admin/ansible-lint/ansible-lint-25.11.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi
diff --git a/app-admin/ansible-lint/ansible-lint-25.9.0.ebuild
b/app-admin/ansible-lint/ansible-lint-25.9.0.ebuild
index f980bd535a24..8d728e1967df 100644
--- a/app-admin/ansible-lint/ansible-lint-25.9.0.ebuild
+++ b/app-admin/ansible-lint/ansible-lint-25.9.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi