From 4a87525b02fa80e080026946594c3815e467a3bb Mon Sep 17 00:00:00 2001 From: Christoph Zwerschke Date: Sun, 11 Feb 2024 00:10:20 +0100 Subject: [PATCH] Fix envlist in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d5c9e499..d0bf90d3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py3{7,8,9,10,11,312}, pypy{39,310}, ruff, mypy, docs +envlist = py3{7,8,9,10,11,12}, pypy3{9,10}, ruff, mypy, docs isolated_build = true [gh-actions]