ci(actions): Add Python 3.9 to test.yml (#355)

pull/377/head
Christian Clauss 4 years ago committed by GitHub
parent f922dd27e6
commit dfd8e0a52c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ jobs:
test: test:
strategy: strategy:
matrix: matrix:
python: ['3.6', '3.7', '3.8'] python: ['3.6', '3.7', '3.8', '3.9']
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

Loading…
Cancel
Save