Skip to content

Commit

Permalink
Maintain lower pin for older python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-malpass committed Oct 11, 2024
1 parent fd547ee commit 4573886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"grpcio",
"protobuf",
"googleapis-common-protos",
"importlib-metadata<7; python_version<='3.7'",
"importlib-metadata<5; python_version<='3.7'",
"importlib-metadata<7; python_version>'3.7'",
],
extras_require={
"dev": [
Expand Down

0 comments on commit 4573886

Please sign in to comment.