From e49f5e90e83e1a6f0c65d74b77c424b3ceb1ebea Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 27 Feb 2024 22:14:48 +0100 Subject: [PATCH] tox: add python3.12 to test environments Trying to get to the bottom of issue#712 I think it is good to run the testsuite against py312. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 524b666a..4a9e045e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py37,py38,py39,py310,py311 +envlist=py37,py38,py39,py310,py311,py312 skip_missing_interpreters=True [testenv]