Skip to content

Commit 547968e

Browse files
committed
chore(pyproject): Fix click version constraint
^7 is equivalent to >=7<8 See also: https://python-poetry.org/docs/versions/#caret-requirements This doesn't affect normal releases since we still use setup.py pending #625
1 parent 602d780 commit 547968e

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
@@ -38,7 +38,7 @@ tmuxp = 'tmuxp:cli.cli'
3838

3939
[tool.poetry.dependencies]
4040
python = "~2.7 || ^3.5"
41-
click = ">=7<8"
41+
click = "^7"
4242
kaptan = ">=0.5.10"
4343
libtmux = "<0.9"
4444
colorama = ">=0.3.9"

0 commit comments

Comments
 (0)