1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

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.
This commit is contained in:
William Ting 2016-05-03 23:19:31 -07:00
parent be5b703996
commit e75d4d4d11
2 changed files with 1 additions and 2 deletions

View File

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

View File

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