diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c51d70a..66b9a09 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,6 +17,7 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}