From d3c807fd027cf5ce8bbecdd2fc5dacc6be0a346d Mon Sep 17 00:00:00 2001 From: Mathias Brulatout Date: Thu, 7 Nov 2024 17:46:26 +0100 Subject: [PATCH] ci:update tox envlist --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3672542..e4f0317 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = lint,py38,py39,py10,py11,py12 +envlist = lint,py39,py10,py11,py12,py13 toxworkdir = {env:TEMPDIR:/tmp/.tox}-{env:JOB_NAME:build}-{env:BUILD_NUMBER:current}/{env:BUILD_ID:unknown} [testenv]