jpadilla / pyjwt

JSON Web Token implementation in Python
https://pyjwt.readthedocs.io
MIT License
5.08k stars 679 forks source link

Remove support for python3.6 #777

Closed sirosen closed 2 years ago

sirosen commented 2 years ago

closes #764


The presence of py36 in tox.ini makes it that much slower to run full tests locally with a bare tox invocation. It looks like 3.6 isn't supported anymore, and there's an unfinished PR to remove it. Just take the requisite steps to finish the job.