summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-01-20 09:14:45 +0100
committerMichał Górny <mgorny@gentoo.org>2026-01-20 09:16:33 +0100
commitffe2c2fc454e8a84a1966ecd42d3cd1670123f07 (patch)
treeec36366499dfb1fa258282289b87fe869646d6af /dev-python
parentb98665efd2d56344ff9a6ac7e131bf5f7457a098 (diff)
downloadgentoo-ffe2c2fc454e8a84a1966ecd42d3cd1670123f07.tar.gz
gentoo-ffe2c2fc454e8a84a1966ecd42d3cd1670123f07.tar.bz2
gentoo-ffe2c2fc454e8a84a1966ecd42d3cd1670123f07.zip
dev-python/bandit: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/bandit/bandit-1.9.3.ebuild2
1 files changed, 1 insertions, 1 deletions
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