commit: fa36d56fe512b0ae1868cd1aa5e8aaae854c7914
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 19:33:38 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 19:33:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa36d56f
dev-python/bandit: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/bandit/bandit-1.8.6.ebuild | 2 +-
dev-python/bandit/bandit-1.9.1.ebuild | 2 +-
dev-python/bandit/bandit-1.9.2.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/bandit/bandit-1.8.6.ebuild
b/dev-python/bandit/bandit-1.8.6.ebuild
index a5addb06c13e..e04ec1855d0b 100644
--- a/dev-python/bandit/bandit-1.8.6.ebuild
+++ b/dev-python/bandit/bandit-1.8.6.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi
diff --git a/dev-python/bandit/bandit-1.9.1.ebuild
b/dev-python/bandit/bandit-1.9.1.ebuild
index 41e956e6e782..8aa7a0fb0b64 100644
--- a/dev-python/bandit/bandit-1.9.1.ebuild
+++ b/dev-python/bandit/bandit-1.9.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_VERIFY_REPO=https://github.com/PyCQA/bandit
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi
diff --git a/dev-python/bandit/bandit-1.9.2.ebuild
b/dev-python/bandit/bandit-1.9.2.ebuild
index 6c04a3776458..5fe1727728d5 100644
--- a/dev-python/bandit/bandit-1.9.2.ebuild
+++ b/dev-python/bandit/bandit-1.9.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_VERIFY_REPO=https://github.com/PyCQA/bandit
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi