Skip to content

Commit 3119f5f

Browse files
committed
Fixed required python version.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent a9b8556 commit 3119f5f

File tree

2 files changed

+100
-15
lines changed

2 files changed

+100
-15
lines changed

poetry.lock

Lines changed: 99 additions & 14 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
@@ -5,7 +5,7 @@ description = ""
55
authors = ["Pavel Kirilin <[email protected]>"]
66

77
[tool.poetry.dependencies]
8-
python = "^3.9"
8+
python = "^3.7"
99
taskiq = "^0"
1010
typing-extensions = "^4.3.0"
1111
pydantic = "^1.6.2"

0 commit comments

Comments
 (0)