Add python3.10 to CI tests

This commit is contained in:
2021-12-04 11:34:36 -05:00
parent bba0c54b70
commit 2f35d83363
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py36, py37, py38, py39, static, static-tests, security
envlist = py36, py37, py38, py39, py310, static, static-tests, security
isolated_build = true
skip_missing_interpreters = true