Include Python 3.9 in CI

py3.9
Tyler Goodlet 2020-12-10 13:51:55 -05:00
parent f427c98cf6
commit 02ac20a43c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest, windows-latest] os: [ubuntu-latest, windows-latest]
python: ['3.7', '3.8'] python: ['3.7', '3.8', '3.9']
spawn_backend: ['trio', 'mp'] spawn_backend: ['trio', 'mp']
steps: steps:
- name: Checkout - name: Checkout