From 2f4a0dd5601680b18984bb89e871ebcb50f7b90a Mon Sep 17 00:00:00 2001 From: maxibor Date: Thu, 14 Nov 2024 09:18:08 +0100 Subject: [PATCH] ci: shift test python version up --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 1bcd304..bdc6b6f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,13 +1,13 @@ [tox] -envlist = py39,py310,py311 +envlist = py310,py311,py312 [gh-actions] python = - 3.9: py39 3.10:py310 3.11:py311 + 3.12:py312 -[testenv:py3{9,10,11}] +[testenv:py3{10,11,12}] # install pytest in the virtualenv where commands will be executed deps = pytest commands =