diff options
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4071231..c60acd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml | |||
| @@ -39,7 +39,7 @@ jobs: | |||
| 39 | strategy: | 39 | strategy: |
| 40 | fail-fast: false | 40 | fail-fast: false |
| 41 | matrix: | 41 | matrix: |
| 42 | python-version: [3.5, 3.6, 3.7, 3.8] | 42 | python-version: [3.5, 3.6, 3.7, 3.8, 3.9] |
| 43 | os: [ubuntu-latest, macos-latest, windows-latest] | 43 | os: [ubuntu-latest, macos-latest, windows-latest] |
| 44 | exclude: | 44 | exclude: |
| 45 | # There is a known issue where Python C extensions | 45 | # There is a known issue where Python C extensions |
| @@ -86,7 +86,7 @@ jobs: | |||
| 86 | strategy: | 86 | strategy: |
| 87 | fail-fast: false | 87 | fail-fast: false |
| 88 | matrix: | 88 | matrix: |
| 89 | python-version: [3.5, 3.6, 3.7, 3.8] | 89 | python-version: [3.5, 3.6, 3.7, 3.8, 3.9] |
| 90 | os: [ubuntu-latest, macos-latest, windows-latest] | 90 | os: [ubuntu-latest, macos-latest, windows-latest] |
| 91 | exclude: | 91 | exclude: |
| 92 | # There is a known issue where Python C extensions | 92 | # There is a known issue where Python C extensions |
