From ac1ae5e4d4a4622e1b0dfcc8bdf39783fd7ca5e3 Mon Sep 17 00:00:00 2001 From: Louis-Philippe Lemieux Perreault Date: Wed, 14 Feb 2024 08:59:54 -0500 Subject: [PATCH] Removing py27 and adding py312 --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index b86f32a..3fa23df 100644 --- a/tox.ini +++ b/tox.ini @@ -1,18 +1,19 @@ [tox] -envlist = py27,py37,py38,py39,py310,py311 +envlist = py37,py38,py39,py310,py311,py312 [gh-actions] python = - 2.7: py27 3.7: py37 3.8: py38 3.9: py39 3.10: py310 3.11: py311 + 3.12: py312 [testenv] deps = coverage + setuptools commands = - python -V coverage run -m pyplink.tests