upgrade to Python 3.11
All checks were successful
continuous-integration/drone/push Build is passing

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

View file

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