diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 633205c..1ed2354 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,6 +29,8 @@ jobs: python-version: 3.8 - PY_VER: py39 python-version: 3.9 + - PY_VER: py310 + python-version: '3.10' # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/tox.ini b/tox.ini index dd1510b..8533e8e 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = {py37,py38,py39}, flake8 -[testenv:{py37, py38, py39}] +[testenv:{py37, py38, py39, py310}] usedevelop=True deps = -rrequirements/tests.txt commands = pytest -vv {posargs} --cov=inori --cov-append tests