From 075a0bbd19b618aafa08446af2f13cb79497e8a6 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Sun, 23 Jul 2023 13:36:50 +0200 Subject: [PATCH] old pytests don't support python 3.12 and beyond --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c0a37d6..3218dde 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,7 @@ [tox] distshare = {homedir}/.tox/distshare -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 +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 + py{3.12,3.13}-pytest{7.3,7.4,latest}-coverage py3.11-pytestlatest-xdist-coverage mypy