From bbe49f7d2f7280a51545d02d092357ed152263f5 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Tue, 27 Feb 2024 20:23:49 +1300 Subject: [PATCH] Update tox.ini update Python versions --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 88d8e83e..fa2e5bff 100644 --- a/tox.ini +++ b/tox.ini @@ -4,19 +4,18 @@ envlist = clean, check, - {py27, py35, py36, py37, py38, py39, py310, py311}, + {py27, py37, py38, py39, py310, py311, py312}, report [testenv] basepython = py27: {env:TOXPYTHON:python2.7} - py35: {env:TOXPYTHON:python3.5} - py36: {env:TOXPYTHON:python3.6} py37: {env:TOXPYTHON:python3.7} py38: {env:TOXPYTHON:python3.8} py39: {env:TOXPYTHON:python3.9} py310: {env:TOXPYTHON:python3.10} py311: {env:TOXPYTHON:python3.11} + py312: {env:TOXPYTHON:python3.12} {clean,check,report,codecov}: {env:TOXPYTHON:python3} setenv = PYTHONPATH={toxinidir}/tests