From 1c99bb4f89658ccafbcbc94e624fcd853b526fa9 Mon Sep 17 00:00:00 2001 From: Sergei Lebedev Date: Wed, 13 Sep 2023 06:38:54 -0700 Subject: [PATCH] Run integration tests on 3.9-3.11 PiperOrigin-RevId: 565034175 --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 520e43c89..53c7d4018 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -14,7 +14,7 @@ jobs: runs-on: "${{ matrix.os }}" strategy: matrix: - python-version: [3.8, 3.9] + python-version: ['3.9', '3.10', '3.11'] os: [ubuntu-latest] steps: - uses: actions/checkout@v2