Skip to content

Commit 09174f9

Browse files
committed
add support for pip==23.3
Closes #146 Closes #147 Closes #148
1 parent 01e7696 commit 09174f9

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
@@ -36,7 +36,7 @@ classifiers = [
3636
]
3737
requires-python = ">= 3.7"
3838
dependencies = [
39-
"pip >=22.3, <23.3",
39+
"pip >=22.3, <23.4",
4040
"importlib_metadata ; python_version < '3.8'",
4141
]
4242
dynamic = ["version"]

0 commit comments

Comments
 (0)