Skip to content

Commit

Permalink
allow python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Oct 29, 2022
1 parent 80c3389 commit 2220473
Showing 1 changed file with 1 addition and 1 deletion.
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 = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.9"
toml = "^0.10.2"
python-dotenv = "^0.21.0"
loguru = "^0.6.0"
Expand Down

0 comments on commit 2220473

Please sign in to comment.