From 5739c69054a7545f9f71633bcffd1d7463152741 Mon Sep 17 00:00:00 2001 From: cclauss Date: Wed, 10 Oct 2018 11:01:17 +0200 Subject: [PATCH] Tox and Appveryor: Upgrade to Python 3.7 and drop 2.6 Python 2.6 was EOLed 5 years ago. https://www.python.org/dev/peps/pep-0361/#release-lifespan --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6fc241c..850ad87 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py34,py36,pypy +envlist = py27,py34,py37,pypy [testenv] changedir = .tox deps = -rrequirements-test.txt