Add Python 3.9 support

This commit is contained in:
Brian May
2020-12-28 11:01:07 +11:00
parent 8f0d3b0f8e
commit b8cd2fae40
4 changed files with 6 additions and 2 deletions

View File

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