diff options
| author | Michał Górny <mgorny@gentoo.org> | 2026-01-20 09:14:45 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2026-01-20 09:16:33 +0100 |
| commit | ffe2c2fc454e8a84a1966ecd42d3cd1670123f07 (patch) | |
| tree | ec36366499dfb1fa258282289b87fe869646d6af /dev-python | |
| parent | b98665efd2d56344ff9a6ac7e131bf5f7457a098 (diff) | |
| download | gentoo-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.ebuild | 2 |
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 |
