Skip to content

Commit 1349c81

Browse files
authored
allow pip==23.0 (#122)
1 parent f7b454a commit 1349c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
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.3, <22.4
33+
pip >=22.3, <23.1
3434
importlib_metadata ; python_version < '3.8'
3535

3636
[options.packages.find]

0 commit comments

Comments
 (0)