Skip to content

Commit 24cd474

Browse files
authored
pin pip version (#23)
1 parent dcfe9bd commit 24cd474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ packages = find:
3030
include_package_data = True
3131
python_requires = >=3.6
3232
install_requires =
33-
pip>=20.1
33+
pip >=20.1.*, <20.3.*
3434

3535
[options.packages.find]
3636
exclude =

0 commit comments

Comments
 (0)