Add Python 3.10 to test matrix & classifier list

This commit is contained in:
Justin Mayer 2021-10-06 09:51:00 +02:00
commit 0da8659d0e
3 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,5 @@
[tox]
envlist = py{3.6,3.7,3.8,3.9},docs,flake8
envlist = py{3.6,3.7,3.8,3.9,3.10},docs,flake8
[testenv]
basepython =
@ -7,6 +7,7 @@ basepython =
py3.7: python3.7
py3.8: python3.8
py3.9: python3.9
py3.10: python3.10
passenv = *
usedevelop=True
deps =