diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1cf1260f..d384d348 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python: ["3.9", "3.10"] + python: ["3.9", "3.10", "3.11"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2