authentik: use Python 3.13

This commit is contained in:
Robert Schütz
2026-01-07 04:19:56 -08:00
parent f8be843940
commit 5e35f8875c
+2 -2
View File
@@ -8,7 +8,7 @@
bash,
chromedriver,
nodejs_24,
python312,
python3,
makeWrapper,
}:
@@ -202,7 +202,7 @@ let
];
};
python = python312.override {
python = python3.override {
self = python;
packageOverrides = final: prev: {
# https://github.com/goauthentik/authentik/pull/16324