Skip to content

Commit 420b875

Browse files
committed
allow python 3.8
1 parent d22c173 commit 420b875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Laurence Smith <laurence.smith@airelogic.com>"]
66
license = "MIT"
77

88
[tool.poetry.dependencies]
9-
python = "^3.9"
9+
python = "^3.8"
1010
docopt = "^0.6.2"
1111
jinja2 = "^3.1.2"
1212
requests = "^2.23.0"

0 commit comments

Comments
 (0)