python311Packages.django-model-utils: drop support for python 3.7

This commit is contained in:
Weijia Wang 2024-03-07 17:33:15 +01:00 committed by GitHub
parent 5706b7e8fc
commit 31ab96a699
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
version = "4.4.0";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "jazzband";