Skip to content

Commit 56b005f

Browse files
committed
add support for pip==24.2
1 parent fbe1307 commit 56b005f

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, <24.2",
38+
"pip >=22.3, <24.3",
3939
]
4040
dynamic = ["version"]
4141

0 commit comments

Comments
 (0)