diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 925c15c..6993f15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python: ["3.8", "3.9", "3.10"] + python: ["3.8", "3.9", "3.10", "3.11"] # Set up operating system runs-on: ${{ matrix.os }}