Add python 3.10 support

This commit is contained in:
kclowes
2021-11-19 13:48:19 -07:00
parent fcb5577fa1
commit d21d58250b
3 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
envlist=
py{36,37,38,py3}-core
py{36,37,38,39,310,py3}-core
lint
docs
@ -30,6 +30,7 @@ basepython =
py37: python3.7
py38: python3.8
py39: python3.9
py310: python3.10
pypy3: pypy3
extras=
test