From 6242efd7484078dbb7e43a234bcd75f0c664efd8 Mon Sep 17 00:00:00 2001 From: heinzel Date: Fri, 15 Mar 2024 11:59:27 +0100 Subject: [PATCH] Run tests under python 3.11 and 3.12 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 52eb553..a04e348 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py312 +envlist = py311, py312 [testenv] recreate = false