Skip to content

Commit e9d2802

Browse files
committed
add support for pip==23.3
Closes #146 Closes #147 Closes #148
1 parent e08457d commit e9d2802

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
@@ -35,7 +35,7 @@ classifiers = [
3535
]
3636
requires-python = ">= 3.8"
3737
dependencies = [
38-
"pip >=22.3, <23.3",
38+
"pip >=22.3, <23.4",
3939
]
4040
dynamic = ["version"]
4141

0 commit comments

Comments
 (0)