switch back to python3 for uwsgi
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jeffrey C. Ollie 2023-08-22 22:27:45 -05:00
parent 45e298b07e
commit e386eb1b63
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -13,7 +13,7 @@
pkgs = import nixpkgs {
inherit system;
};
py = pkgs.python311.override {
py = pkgs.python3.override {
packageOverrides = final: prev: {
django = prev.django_4;
cronsim =