Pin python at 3.11.

Github changed their mac runners to use 3.12 by default, which removed setuptools and is causing breakages in some of our tests.

PiperOrigin-RevId: 578917538
pull/14616/head
Mike Kruskal 1 year ago committed by Copybara-Service
parent 76305620a1
commit 3718338bdc
  1. 1
      .github/workflows/test_upb.yml

@ -100,6 +100,7 @@ jobs:
with:
cache: pip
cache-dependency-path: 'python/requirements.txt'
python-version: '3.11' # 3.12 doesn't have setuptools
- name: Run tests
uses: protocolbuffers/protobuf-ci/bazel@v2
with:

Loading…
Cancel
Save