One solution would be to force the use of older version of requests under python 3.2, but this is hackish. Since python 3.2 is very seldom used by now, we should just drop the python 3.2 support for now.
Official support of python 3.2 has been officially dropped in august 2016 by request devs. Python 3.2 not being officially maintained anymore, we should drop the support.
This is due to latest version of
requests
not being compatible with python 3.2:One solution would be to force the use of older version of requests under python 3.2, but this is hackish. Since python 3.2 is very seldom used by now, we should just drop the python 3.2 support for now.