commit: ffe2c2fc454e8a84a1966ecd42d3cd1670123f07 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jan 20 08:14:45 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jan 20 08:16:33 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffe2c2fc
dev-python/bandit: Enable py3.14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/bandit/bandit-1.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bandit/bandit-1.9.3.ebuild b/dev-python/bandit/bandit-1.9.3.ebuild index beaed3ccf4f3..c9f9703cb15e 100644 --- a/dev-python/bandit/bandit-1.9.3.ebuild +++ b/dev-python/bandit/bandit-1.9.3.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_VERIFY_REPO=https://github.com/PyCQA/bandit -PYTHON_COMPAT=( python3_{12..13} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 pypi
