jpadilla / django-rest-framework-jwt

JSON Web Token Authentication support for Django REST Framework
http://jpadilla.github.io/django-rest-framework-jwt/
MIT License
3.19k stars 652 forks source link

Are there any plans to add support for Python 3.6? #305

Closed jrocketfingers closed 7 years ago

jrocketfingers commented 7 years ago

Is there any reason that the library doesn't support 3.6, besides it being only recently released? I'll make a PR with a version bump later if you don't mind/there are no issues.

jpadilla commented 7 years ago

No specific reason. Happy to review a PR for it. Might be worth checking out latest changes to DRF's travis/tox setup to see if there's anything we can reuse.

jrocketfingers commented 7 years ago

Might've missed something, but I haven't noticed anything handy to add to the build. Curious though, 3.5 onward travis build are run only with Django 1.10, and DRF 3.4/3.5, you're dropping support for 1.9?

blueyed commented 7 years ago

Fixed in https://github.com/GetBlimp/django-rest-framework-jwt/commit/5c81e6550ffd5f47e512f4e33f579fe1b30fb226.