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:
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;
|
||||
|
||||
Reference in New Issue
Block a user