Add python3.10 to CI tests

This commit is contained in:
Ethan Paul 2021-12-04 11:34:36 -05:00
parent bba0c54b70
commit 2f35d83363
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,8 @@ jobs:
toxenv: py38
- version: 3.9
toxenv: py39
- version: 3.10
toxenv: py310
steps:
- name: Checkout
uses: actions/checkout@v2

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