Skip to content

Commit

Permalink
use python 3.11 & lower
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Oct 30, 2023
1 parent 7f84cfc commit b701adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ items/
records/
vocab/
.tmp/
.python-version
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b701adc

Please sign in to comment.