Skip to content

Commit

Permalink
build: Include Python 3.10 in Tox test runs.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
  • Loading branch information
seifertm authored and Tinche committed May 30, 2021
1 parent 1c283bd commit be3b327
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,6 +1,6 @@
[tox]
minversion = 3.14.0
envlist = py36, py37, py38, py39, lint
envlist = py36, py37, py38, py39, py310, lint
skip_missing_interpreters = true

[testenv]
Expand Down Expand Up @@ -30,4 +30,5 @@ python =
3.7: py37
3.8: py38
3.9: py39, lint
3.10: py310
pypy3: pypy3

0 comments on commit be3b327

Please sign in to comment.