Skip to content

Commit

Permalink
set python to ">=3.6.2,<4.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Jun 13, 2021
1 parent 300dfee commit d078dee
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 @@ -6,7 +6,7 @@ authors = ["Pavol Rusnak <pavol@rusnak.io>"]
license = "GPL-3.0-or-later"

[tool.poetry.dependencies]
python = "^3.6"
python = ">=3.6.2,<4.0"
rich = "^10.2.2"
click = "^8.0.1"
dataclasses = {version = "^0.8", python = "~3.6"}
Expand Down

0 comments on commit d078dee

Please sign in to comment.