Skip to content

Commit 91ce620

Browse files
authored
add support for pip==22.2 (#89)
1 parent fea8800 commit 91ce620

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.7
3232
install_requires =
33-
pip >=22.0, <22.2, != 22.0, != 22.0.1, != 22.0.2
33+
pip >=22.0, <22.3, != 22.0, != 22.0.1, != 22.0.2
3434

3535
[options.packages.find]
3636
exclude =

0 commit comments

Comments
 (0)