From 908452892f5c7c134a597c8cec9e12d2081fb67e Mon Sep 17 00:00:00 2001 From: j-t-1 <120829237+j-t-1@users.noreply.github.com> Date: Tue, 11 Jun 2024 19:24:33 +0100 Subject: [PATCH] Update tox.ini Python versions Add Python 3.11, 3.12, remove 3.7 --- tox.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 83c5b2e..199e4f5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37,py38,py39,py310,coverage +envlist = py38,py39,py310,py311,py312,coverage [testenv] deps = @@ -17,7 +17,8 @@ commands = [gh-actions] python = - 3.7: py37 3.8: py38 3.9: py39 - 3.10: py310 \ No newline at end of file + 3.10: py310 + 3.11: py311 + 3.12: py312 \ No newline at end of file