dev-python/bandit: Tested on py3.10

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-02-24 19:33:24 +01:00
parent de5aa2a59a
commit 1bfcc50378

View File

@@ -4,7 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A security linter from OpenStack Security"