Skip to content

Commit d914a8e

Browse files
authored
add support for pip==23.2 (#139)
1 parent 20a7575 commit d914a8e

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.2",
39+
"pip >=22.3, <23.3",
4040
"importlib_metadata ; python_version < '3.8'",
4141
]
4242
dynamic = ["version"]

0 commit comments

Comments
 (0)