From f1496c771ea0e3170e0ec10718d72eaad9af2c31 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 12 Feb 2023 09:29:21 -0600 Subject: [PATCH] Stop running tests for python 3.5; do run for 3.6, 3.9 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 27ae213e..70767e56 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] -envlist = py35, py37 +envlist = py36, py37, py39 [testenv] commands =