Skip to content

Commit 27f0204

Browse files
authored
Use >= instead of ~= for pip dependency version
1 parent 0a2a979 commit 27f0204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist = py36
55
deps =
66
mypy
77
pytest
8-
pip~=20.0
8+
pip>=20.0
99
commands =
1010
mypy -p PyQt5-stubs
1111
pytest {posargs}

0 commit comments

Comments
 (0)