Add support for Python 3.9 (#19)

This commit is contained in:
zinootje 2020-12-29 05:54:06 +01:00 committed by GitHub
parent 677dc5e655
commit 0d9e56bfc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: [3.5, 3.6, 3.7, 3.8]
python: [3.5, 3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v1
- name: Set up Python