From 5a280a11bcfa822742a2914fa01a19ed4b45d034 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 20 Dec 2016 12:50:22 -0500 Subject: [PATCH] we don't support python 3.2 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ac810ed3..5ce184d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - "2.6" - "2.7" - - "3.2" - "3.3" - "3.4" - "3.5"