ci: test on 3.9 too

This has been out for a while.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2021-02-09 18:00:42 -08:00 committed by Marti Bolivar
parent 2824c3d04b
commit 6104682972
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v1
- name: Set up Python