Add Python 3.9 to test matrix and classifiers

This commit is contained in:
dgelessus
2020-11-01 19:09:43 +01:00
parent 54ccdb0a47
commit 0642b1e8bf
3 changed files with 5 additions and 1 deletions

View File

@@ -16,5 +16,8 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: "3.8"
- uses: actions/setup-python@v1
with:
python-version: "3.9"
- run: python -m pip install --upgrade tox
- run: tox