python 3.11
This commit is contained in:
parent
d232e3f452
commit
205244cb67
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
inherit system;
|
||||
};
|
||||
inherit (poetry2nix.lib.mkPoetry2Nix {inherit pkgs;}) mkPoetryApplication overrides;
|
||||
python = pkgs.python312.withPackages (ps:
|
||||
python = pkgs.python311.withPackages (ps:
|
||||
with ps; [
|
||||
poetry-core
|
||||
]);
|
||||
|
|
|
@ -5,7 +5,7 @@ description = ""
|
|||
authors = ["Jeffrey C. Ollie <jeff@ocjtech.us>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
python = "^3.11"
|
||||
pydantic = "<2"
|
||||
hyperlink = "^21.0.0"
|
||||
websockets = "^13.1"
|
||||
|
|
Loading…
Reference in a new issue