From e8f9a50cf7e6ee3e162e30fadcc426b724646f9f Mon Sep 17 00:00:00 2001 From: Tobi-wan Kenobi Date: Sat, 10 Dec 2016 20:00:09 +0100 Subject: [PATCH] [CI] Removing Python 3.2, as it complains about unicode strings Honestly: I have *no idea* how to fix this, so for the time being, Python 3.2 won't be supported. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5ed60ad..6e7c9c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" - - "3.2" - "3.3" - "3.4" - "3.5"