Skip to content

Commit

Permalink
Lifting protobuf upper version limit for Python 3, per PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tjensen committed Sep 26, 2021
1 parent 4879729 commit 36b6735
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 @@ -26,7 +26,8 @@
install_extras = {
'client': [
'gevent>=1.3.0',
'protobuf>=3.0.0,<3.18.0',
'protobuf>~3.0; python_version >= "3"',
'protobuf<3.18.0; python_version < "3"',
'gevent-eventemitter~=2.1',
],
}
Expand Down

0 comments on commit 36b6735

Please sign in to comment.