diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-08 11:55:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-08 12:57:24 +0100 |
commit | cec59cd3741d3095d4845553e09b86457542d71f (patch) | |
tree | 503f53e383f73fabec4536dd73e724a1790900a3 /dev-python/bandit | |
parent | sys-kernel/vanilla-sources: add 6.6.1 (diff) | |
download | gentoo-cec59cd3741d3095d4845553e09b86457542d71f.tar.gz gentoo-cec59cd3741d3095d4845553e09b86457542d71f.tar.bz2 gentoo-cec59cd3741d3095d4845553e09b86457542d71f.zip |
dev-python/bandit: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bandit')
-rw-r--r-- | dev-python/bandit/bandit-1.7.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bandit/bandit-1.7.5-r1.ebuild b/dev-python/bandit/bandit-1.7.5-r1.ebuild index e905558974c0..24c9cb761c68 100644 --- a/dev-python/bandit/bandit-1.7.5-r1.ebuild +++ b/dev-python/bandit/bandit-1.7.5-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |