diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 684bd117..ecd6bdb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10"] + python-version: ["3.10", "3.11"] steps: - name: Check out repository