switch back to python 3.11
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
Jeffrey C. Ollie 2024-09-08 21:21:54 -05:00
parent 0d3593aeb8
commit c3f48953fd
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -15,7 +15,7 @@
pkgs = import nixpkgs {
inherit system;
};
py = pkgs.python312.override {
py = pkgs.python3.override {
packageOverrides = final: prev: {
django = prev.django_5;
};