Skip to content

Commit 99aef46

Browse files
committed
Add new python versions py310, py311, py312 to tox
1 parent 97f278c commit 99aef46

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py37, py38, py39, report
2+
envlist = py37, py38, py39, py310, py311, py312, report
33
skipsdist = true
44
skip_install = true
55
basepython = py37
@@ -9,6 +9,9 @@ python =
99
3.7: py37
1010
3.8: py38, report
1111
3.9: py39
12+
3.10: py310
13+
3.11: py311
14+
3.12: py312
1215

1316
[base]
1417
deps =
@@ -46,4 +49,3 @@ fail_under = 82
4649
precision = 2
4750
skip_covered = True
4851
skip_empty = True
49-

0 commit comments

Comments
 (0)