From 5c8385de21d98b1e4c89d3fb24cb267215b795f9 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Mon, 1 Sep 2014 12:57:00 -0700 Subject: [PATCH] Dropping support for Python 3.2; the whole unicode literal thing has been a little troublesome over the years. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5cf4dc1..59295ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - "2.6" - "2.7" - - "3.2" - "3.3" env: - DJANGO=1.5.6