From 6126d3bb3be6d51f8676638f9475e0048c44a494 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 28 Dec 2017 11:39:20 +0200 Subject: [PATCH] Drop EOL Python 3.3 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ab733469..33d1ab89 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, pypy, py33, py34, py35, py36, pypy3, py27-cdecimal +envlist = py27, pypy, py34, py35, py36, pypy3, py27-cdecimal [testenv] deps = -- 2.47.2