python312Packages.djangosaml2: drop support for python 3.8

Co-authored-by: Nick Cao <nickcao@nichi.co>
This commit is contained in:
Weijia Wang
2025-04-19 00:26:21 +02:00
committed by GitHub
co-authored by Nick Cao
parent be535c2b92
commit 975318de18
@@ -14,7 +14,7 @@ buildPythonPackage rec {
version = "1.10.1";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "IdentityPython";