python 3.11

This commit is contained in:
Jeffrey C. Ollie 2024-11-07 20:53:50 -06:00
parent d232e3f452
commit 205244cb67
Signed by: jeff
GPG key ID: 6F86035A6D97044E
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
inherit system; inherit system;
}; };
inherit (poetry2nix.lib.mkPoetry2Nix {inherit pkgs;}) mkPoetryApplication overrides; inherit (poetry2nix.lib.mkPoetry2Nix {inherit pkgs;}) mkPoetryApplication overrides;
python = pkgs.python312.withPackages (ps: python = pkgs.python311.withPackages (ps:
with ps; [ with ps; [
poetry-core poetry-core
]); ]);

View file

@ -5,7 +5,7 @@ description = ""
authors = ["Jeffrey C. Ollie <jeff@ocjtech.us>"] authors = ["Jeffrey C. Ollie <jeff@ocjtech.us>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.12" python = "^3.11"
pydantic = "<2" pydantic = "<2"
hyperlink = "^21.0.0" hyperlink = "^21.0.0"
websockets = "^13.1" websockets = "^13.1"