Update pkgs/development/python-modules/bandit/default.nix

Support for Python 3.7 was removed from badit due to Python 3.7 being EOL

Co-authored-by: Nick Cao <nickcao@nichi.co>
This commit is contained in:
Markus Wamser
2023-12-10 13:42:47 +01:00
committed by GitHub
co-authored by Nick Cao
parent 69e7c7c2e2
commit f4f43e5f52
@@ -15,7 +15,7 @@ buildPythonPackage rec {
version = "1.7.6";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;