From 60e4295b297ea25accc44403cf579241863717f8 Mon Sep 17 00:00:00 2001 From: Robert Smallshire Date: Sun, 1 Feb 2015 09:46:02 +0100 Subject: [PATCH] Remove support for Python 3.2 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1744593..e0f70cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" - - "3.2" - "3.3" - "3.4" # command to install dependencies