Skip to content

Commit

Permalink
Fix Python version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
9dogs committed Mar 2, 2020
1 parent b33648d commit bc85850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license = "GPL-3.0-only"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.7,^3.8"
aiocache = "^0.11.1"
aiogram = "^2.6.1"
marshmallow = "^3.5.0"
Expand Down

0 comments on commit bc85850

Please sign in to comment.