Skip to content

Commit fff4b9a

Browse files
committed
poetry: Relax python version more
1 parent 1e9383a commit fff4b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
authors = ["Tony Narlock <tony@git-pull.com>"]
1010

1111
[tool.poetry.dependencies]
12-
python = ">=2.7"
12+
python = "~2.7 || ^3.5"
1313
click = ">=7<8"
1414
kaptan = "*"
1515
libtmux = "<0.9"

0 commit comments

Comments
 (0)