Skip to content

Commit

Permalink
Use Python 3.10 and below on PyPI pushes since 3.11 crashes grpcio-tools
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 488538871
  • Loading branch information
xingyousong authored and copybara-github committed Nov 15, 2022
1 parent bef24db commit af3029b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
python-version: '3.10' # 3.11 breaks grpcio-tools.
- name: Install dependencies
run: |
sudo apt-get install -y libprotobuf-dev
Expand Down

0 comments on commit af3029b

Please sign in to comment.