From af3029ba8bb006cf8f511a2f9e90d8a990aa3f85 Mon Sep 17 00:00:00 2001 From: Xingyou Song Date: Mon, 14 Nov 2022 20:10:42 -0800 Subject: [PATCH] Use Python 3.10 and below on PyPI pushes since 3.11 crashes grpcio-tools PiperOrigin-RevId: 488538871 --- .github/workflows/pypi-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 1eff76cef..f28d8817b 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -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