pretix: pin to python312 for django 4.2 support

This commit is contained in:
Martin Weinelt
2025-12-26 17:46:33 +01:00
parent 521b58ed4a
commit 4cae5fd1d2
+2 -2
View File
@@ -4,7 +4,7 @@
fetchFromGitHub,
fetchPypi,
nodejs,
python3,
python312,
gettext,
nixosTests,
pretix,
@@ -12,7 +12,7 @@
}:
let
python = python3.override {
python = python312.override {
self = python;
packageOverrides = self: super: {
django = super.django_4;