Add Python 3.9 to pytest ci stage

This commit is contained in:
Jan Speller 2021-01-07 11:53:17 +01:00 committed by GitHub
parent 9363fc80d5
commit ae2dfc9954
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
python-version: [3.5, 3.6, 3.7, 3.8] python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
steps: steps: