Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Python 3.11 tests to CI #6191

Merged
merged 11 commits into from
Jul 17, 2023
2 changes: 1 addition & 1 deletion .github/workflows/ci-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Pytest Ubuntu
strategy:
matrix:
python-version: ['3.9', '3.10']
python-version: ['3.9', '3.10', '3.11']
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
name: Pytest Ubuntu
strategy:
matrix:
python-version: [ '3.9', '3.10' ]
python-version: [ '3.9', '3.10', '3.11' ]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
name: Pytest Windows
strategy:
matrix:
python-version: [ '3.9', '3.10' ]
python-version: [ '3.9', '3.10', '3.11' ]
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
Expand All @@ -269,7 +269,7 @@ jobs:
name: Pytest MacOS
strategy:
matrix:
python-version: [ '3.9', '3.10' ]
python-version: [ '3.9', '3.10', '3.11' ]
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Expand Down
450 changes: 23 additions & 427 deletions cirq-google/cirq_google/api/v1/operations_pb2.py

Large diffs are not rendered by default.

410 changes: 239 additions & 171 deletions cirq-google/cirq_google/api/v1/operations_pb2.pyi

Large diffs are not rendered by default.