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.
pull/430/head
William Ting 8 years ago
parent be5b703996
commit e75d4d4d11

@ -63,7 +63,7 @@ INSTALLATION
### REQUIREMENTS
- Python v2.6+
- Python v2.6+ (except Python3.2)
- Supported shells:
- bash v4.0+
- zsh

@ -2,7 +2,6 @@
envlist =
py26,
py27,
py32,
py33,
py34,
py35

Loading…
Cancel
Save