diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 2f0223e6..60fb9e16 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [macOS, Ubuntu, Windows] - python-version: ["3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11"] runs-on: ${{ matrix.os }}-latest steps: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af21b18c..87c6fd73 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [macOS, Ubuntu, Windows] - python-version: ["3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11"] runs-on: ${{ matrix.os }}-latest steps: