Skip to content

Commit 25104dc

Browse files
committed
add py3.11 to test matrices
1 parent 477a049 commit 25104dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py36,py37,py38,py39,py310
2+
envlist = py27,py36,py37,py38,py39,py310,py311
33

44
[gh-actions]
55
python =
@@ -9,6 +9,7 @@ python =
99
3.8: py38
1010
3.9: py39
1111
3.10: py310
12+
3.11: py310
1213

1314
[testenv]
1415
changedir = {envtmpdir}

0 commit comments

Comments
 (0)