Skip to content

Commit 68c23ca

Browse files
committed
Fixed required python version.
Signed-off-by: Pavel Kirilin <win10@list.ru>
1 parent 8f90e8d commit 68c23ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ keywords = ["aiohttp", "taskiq-dependencies"]
2424
homepage = "https://github.com/taskiq-python/aiohttp-deps"
2525

2626
[tool.poetry.dependencies]
27-
python = "^3.9"
27+
python = "^3.7"
2828
aiohttp = "^3"
2929
taskiq-dependencies = "^1"
3030
pydantic = "^1"

0 commit comments

Comments
 (0)