Skip to content

Commit 10f8365

Browse files
author
Jens Kürten
committed
fix python version requirement
1 parent 9ac3f79 commit 10f8365

File tree

2 files changed

+64
-3
lines changed

2 files changed

+64
-3
lines changed

poetry.lock

Lines changed: 63 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ packages = [
1515

1616

1717
[tool.poetry.dependencies]
18-
python = ">=3.11, <4"
18+
python = ">=3.10, <4"
1919
typer = ">=0.15.3"
2020
PyYAML = ">=6.0"
2121
click = ">=8.0.4, <8.2.0"

0 commit comments

Comments
 (0)