From b701adcc55eed31028fcef8800a1da59b985f8a2 Mon Sep 17 00:00:00 2001 From: phette23 Date: Mon, 30 Oct 2023 14:16:30 -0700 Subject: [PATCH] use python 3.11 & lower --- .gitignore | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 83463e0..96bb740 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ items/ records/ vocab/ .tmp/ +.python-version diff --git a/pyproject.toml b/pyproject.toml index 92e98ce..61bb422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "ECL-2.0" readme = "README.md" [tool.poetry.dependencies] -python = "^3.11" +python = "<3.12" PyYAML = "^6.0.1" requests = "^2.31.0" xmltodict = "^0.13.0"