Skip to content

Commit be3b327

Browse files
seifertmTinche
authored andcommitted
build: Include Python 3.10 in Tox test runs.
Signed-off-by: Michael Seifert <[email protected]>
1 parent 1c283bd commit be3b327

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.14.0
3-
envlist = py36, py37, py38, py39, lint
3+
envlist = py36, py37, py38, py39, py310, lint
44
skip_missing_interpreters = true
55

66
[testenv]
@@ -30,4 +30,5 @@ python =
3030
3.7: py37
3131
3.8: py38
3232
3.9: py39, lint
33+
3.10: py310
3334
pypy3: pypy3

0 commit comments

Comments
 (0)