diff options
Diffstat (limited to '.github/workflows/test-ci.yml')
-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 19881858..ff03eb22 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml | |||
@@ -14,7 +14,7 @@ jobs: | |||
14 | fail-fast: false | 14 | fail-fast: false |
15 | matrix: | 15 | matrix: |
16 | os: [ubuntu-latest, macos-latest, windows-latest] | 16 | os: [ubuntu-latest, macos-latest, windows-latest] |
17 | python-version: [3.6, 3.7, 3.8, 3.9] | 17 | python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] |
18 | runs-on: ${{ matrix.os }} | 18 | runs-on: ${{ matrix.os }} |
19 | 19 | ||
20 | steps: | 20 | steps: |