[mod] add Python 3.9 support

This commit is contained in:
Alexandre Flament 2021-01-12 09:53:26 +01:00
parent f5c3cb7afa
commit d54034a5e6
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- name: Checkout
uses: actions/checkout@v2