diff options
-rw-r--r-- | .github/workflows/test-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
15 | matrix: | 15 | matrix: |
16 | # ubuntu-20.04 is the last version that supports python 3.6 | 16 | # ubuntu-20.04 is the last version that supports python 3.6 |
17 | os: [ubuntu-20.04, macos-latest, windows-latest] | 17 | os: [ubuntu-20.04, macos-latest, windows-latest] |
18 | python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] | 18 | python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] |
19 | runs-on: ${{ matrix.os }} | 19 | runs-on: ${{ matrix.os }} |
20 | 20 | ||
21 | steps: | 21 | steps: |