Skip to content

Commit

Permalink
Pin python at 3.11.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mkruskal-google committed Nov 2, 2023
1 parent 70042e2 commit 3105b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_upb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3105b8d

Please sign in to comment.