From 72c60b8c1eb787950dae7842d019aa61d3cf5694 Mon Sep 17 00:00:00 2001 From: Tobi-wan Kenobi Date: Sat, 25 Feb 2017 07:51:19 +0100 Subject: [PATCH] [Travis] Remove Python 3.2 from list of support versions Python 3.2 does not support unicode literals (u"some string"), which are required for the correct display of icons. closes #43 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 84c2cca..0c90609 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" - - "3.2" - "3.3" - "3.4" - "3.5"