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 648 forks source link

Django 2.0 supprt #479

Open jadhavmanoj opened 5 years ago

jadhavmanoj commented 5 years ago

I have changed package version to compatible with Django latest version. Also changed check for oauth2_provider import.

All existing test cases are running except for Python: 3.3 support. getting this error RuntimeError: Python 3.4 or later is required for tox. tox not working on 3.3 version.

433

jadhavmanoj commented 5 years ago

Should i remove testing support for python version 3.3?. Because it is running for all other version successfully.