Add Python 3.10 to tox.ini

This commit is contained in:
Andrew Senetar 2022-01-25 10:39:52 -06:00
parent 5d8e559ca3
commit 8f440603ee
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,py38,py39
envlist = py36,py37,py38,py39,py310
skipsdist = True
skip_missing_interpreters = True