Add Python 3.10 to test matrix and classifiers

This commit is contained in:
dgelessus
2021-11-21 18:48:12 +01:00
parent f437ee5f43
commit 60709e386a
3 changed files with 3 additions and 2 deletions

View File

@@ -12,6 +12,6 @@ jobs:
python-version: "3.6"
- uses: actions/setup-python@v1
with:
python-version: "3.9"
python-version: "3.10"
- run: python -m pip install --upgrade tox
- run: tox