Skip to content

Commit

Permalink
Add python 3.10 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Nov 14, 2022
1 parent 1f66c8f commit 8875dbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8875dbc

Please sign in to comment.