Skip to content

Commit 075a0bb

Browse files
committed
old pytests don't support python 3.12 and beyond
1 parent 5a7b344 commit 075a0bb

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,6 +1,7 @@
11
[tox]
22
distshare = {homedir}/.tox/distshare
3-
envlist = py{3.8,3.9,3.10,3.11,3.12,3.13}-pytest{6.2,7.0,7.1,7.2,7.3,7.4,latest}-coverage
3+
envlist = py{3.8,3.9,3.10,3.11}-pytest{6.2,7.0,7.1,7.2,7.3,7.4,latest}-coverage
4+
py{3.12,3.13}-pytest{7.3,7.4,latest}-coverage
45
py3.11-pytestlatest-xdist-coverage
56
mypy
67

0 commit comments

Comments
 (0)