diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index bf53b406..3613d82f 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -15,7 +15,7 @@ jobs: matrix: # ubuntu-20.04 is the last version that supports python 3.6 os: [ubuntu-20.04, macos-latest, windows-latest] - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] runs-on: ${{ matrix.os }} steps: