python310Packages.docformatter: update disabled

This commit is contained in:
Fabian Affolter 2023-04-23 09:57:33 +02:00 committed by GitHub
parent 25e3d8fc97
commit 5ea90577ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ buildPythonPackage rec {
pname = "docformatter";
version = "1.6.2";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
format = "pyproject";