diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 7cc9be4f..83291bbc 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.11"] steps: - name: Checkout uses: actions/checkout@v3