From e75d4d4d110f345ab8d0572a2dbc046f145d65ae Mon Sep 17 00:00:00 2001 From: William Ting Date: Tue, 3 May 2016 23:19:31 -0700 Subject: [PATCH] Drop official support for Python 3.2. It looks like pip 8.x has dropped support for Python 3.2 and is causing test build problems. Since Python 3.3, 3.4, and 3.5 are supported I don't see any issues with dropping 3.2 test coverage although it will probably still work. --- README.md | 2 +- tox.ini | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5af4374..62b9549 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ INSTALLATION ### REQUIREMENTS -- Python v2.6+ +- Python v2.6+ (except Python3.2) - Supported shells: - bash v4.0+ - zsh diff --git a/tox.ini b/tox.ini index 83b3465..e2542fb 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,6 @@ envlist = py26, py27, - py32, py33, py34, py35