From 4ca850a1f26e2c46875c15c21c9fb10d83f55848 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 28 Feb 2024 15:27:51 +1300 Subject: [PATCH] remove py2.7 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 370522d1..e5fd86e7 100644 --- a/tox.ini +++ b/tox.ini @@ -4,12 +4,11 @@ envlist = clean, check, - {py27, py38, py39, py310, py311, py312, py313}, + {py38, py39, py310, py311, py312, py313}, report [testenv] basepython = - py27: {env:TOXPYTHON:python2.7} py38: {env:TOXPYTHON:python3.8} py39: {env:TOXPYTHON:python3.9} py310: {env:TOXPYTHON:python3.10}