Skip to content

Commit

Permalink
Add Python 3.10 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wadevries committed Oct 8, 2022
1 parent 692c227 commit 49af49a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[tox]
isolated_build = True
envlist = py36,py37,py38,py39
envlist = py36,py37,py38,py39,py310

[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39
3.10: py310

[testenv]
deps =
Expand Down

0 comments on commit 49af49a

Please sign in to comment.