From 57187c348321fc823fd2c720c7ccd50b0f99691b Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Sat, 18 May 2024 20:02:14 +0200 Subject: [PATCH] add python 3.12 to tox list --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fdb876d..d80e4fa 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py38,py39,py310,py311,pypy3 +envlist=py38,py39,py310,py311,py312,pypy3 [testenv] deps=