lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.djangosaml2: drop support for python 3.8

Co-authored-by: Nick Cao <nickcao@nichi.co>

authored by

Weijia Wang
Nick Cao
and committed by
GitHub
975318de be535c2b

+1 -1
+1 -1
pkgs/development/python-modules/djangosaml2/default.nix
··· 14 14 version = "1.10.1"; 15 15 pyproject = true; 16 16 17 - disabled = pythonOlder "3.8"; 17 + disabled = pythonOlder "3.9"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "IdentityPython";