Skip to content

Commit

Permalink
Lock grpcio version
Browse files Browse the repository at this point in the history
  • Loading branch information
medvedev1088 committed Aug 12, 2022
1 parent 837c324 commit 6c3a069
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ matrix:
env: TOX_POSARGS="-e py38"
- python: "3.9"
env: TOX_POSARGS="-e py39"
before_install:
- sudo apt-get install python-dev
install:
- travis_retry pip install tox
script:
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ def read(fname):
'pg8000==1.16.6',
# This library is a dependency for google-cloud-pubsub, starting from 0.3.22 it requires Rust,
# that's why we lock the version here
'libcst==0.3.21'
'libcst==0.3.21',
# Later versions break the build in Travis CI for Python 3.7.2
'grpcio==1.46.3'
],
'dev': [
'pytest~=4.3.0'
Expand Down

0 comments on commit 6c3a069

Please sign in to comment.