python312Packages.djangosaml2: drop support for python 3.8
Co-authored-by: Nick Cao <nickcao@nichi.co>
This commit is contained in:
@@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||
version = "1.10.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "IdentityPython";
|
||||
|
||||
Reference in New Issue
Block a user