python311Packages.django-model-utils: drop support for python 3.7
This commit is contained in:
parent
5706b7e8fc
commit
31ab96a699
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
version = "4.4.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jazzband";
|
||||
|
Loading…
Reference in New Issue
Block a user