Skip to content

Commit

Permalink
pyproject.toml: accept python >= 3.6
Browse files Browse the repository at this point in the history
Signed-off-by: Thibaut Le Page <[email protected]>
  • Loading branch information
thilp committed Feb 5, 2019
1 parent 5e54fcf commit 6a7f8e9
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 @@ -11,7 +11,7 @@ authors = [
license = "MIT"

[tool.poetry.dependencies]
python = "^3.6"
python = ">=3.6"
pendulum = "^2.0"
chevron = "^0.13"

Expand Down

0 comments on commit 6a7f8e9

Please sign in to comment.