The underlying cryptography package used by pyjwt dropped support for python 3.3 in version 2.0 (https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst#20---2017-07-17). This is causing travis to fail on python 3.3.
PyJWT looks like it will officially drop support for python 3.3 here as well: jpadilla/pyjwt#297. We should follow suit and remove python 3.3 from the classifiers, travis, and tox.
The underlying cryptography package used by pyjwt dropped support for python 3.3 in version 2.0 (https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst#20---2017-07-17). This is causing travis to fail on python 3.3.
PyJWT looks like it will officially drop support for python 3.3 here as well: jpadilla/pyjwt#297. We should follow suit and remove python 3.3 from the classifiers, travis, and tox.