Test on Python 3.10

This commit is contained in:
Alex Forencich
2021-12-27 17:15:11 -08:00
parent 32f6e449c0
commit 6c5845fad3
2 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: [3.6, 3.7, 3.8, 3.9] python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1

View File

@@ -47,7 +47,7 @@ addopts =
# tox configuration # tox configuration
[tox:tox] [tox:tox]
envlist = py36, py37, py38, py39 envlist = py36, py37, py38, py39, py310
[gh-actions] [gh-actions]
python = python =
@@ -55,6 +55,7 @@ python =
3.7: py37 3.7: py37
3.8: py38 3.8: py38
3.9: py39 3.9: py39
3.10: py310
[testenv] [testenv]
setenv = setenv =