python311Packages.django-maintenance-mode: drop support for python 3.7
This commit is contained in:
@@ -13,7 +13,7 @@ buildPythonPackage rec {
|
||||
version = "0.21.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fabiocaccamo";
|
||||
|
||||
Reference in New Issue
Block a user