Skip to content

Commit

Permalink
add support for pip==23.2 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored Jul 17, 2023
1 parent 20a7575 commit d914a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ classifiers = [
]
requires-python = ">= 3.7"
dependencies = [
"pip >=22.3, <23.2",
"pip >=22.3, <23.3",
"importlib_metadata ; python_version < '3.8'",
]
dynamic = ["version"]
Expand Down

0 comments on commit d914a8e

Please sign in to comment.