python310Packages.flake8-bugbear: update disabled

This commit is contained in:
Fabian Affolter 2023-01-21 11:48:52 +01:00 committed by GitHub
parent 46c363cd30
commit a4d747ca2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ buildPythonPackage rec {
version = "23.1.20";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "PyCQA";