Skip to content

Commit cca0c22

Browse files
committed
Add Python 3.11 to the tox config
1 parent 16db5ae commit cca0c22

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tox.ini

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

44
[testenv]
55
basepython =
@@ -9,6 +9,7 @@ basepython =
99
py38: python3.8
1010
py39: python3.9
1111
py310: python3.10
12+
py311: python3.11
1213
deps = .
1314
usedevelop = True
1415
commands = make test

0 commit comments

Comments
 (0)