Djangorestframework-simplejwt: Allow install on Python 3.9

Created on 3 Nov 2020  路  6Comments  路  Source: jazzband/djangorestframework-simplejwt

Currently pip will fail if using Python 3.9

Can you please issue a point release (4.4.1) so that Python 3.9 won't be blocked by pip / poetry / pipenv?

Most helpful comment

Alright, just cut 4.5. Let me know if there are any issues.

All 6 comments

I haven't tried it myself yet, but I'm surprised it won't install for 3.9. The requirement is currently 3.6+, right?

https://github.com/SimpleJWT/django-rest-framework-simplejwt/blob/f511e0aeabc24ec792c66f720f4a059ab1c4180c/setup.py#L60

Do you know why it won't install?

Ah this is #313. We are waiting for a release.

You can work around it until then with pip install --ignore-requires-python -r requirements.txt

Ahh, sorry guys. Cutting a release right now.

Alright, just cut 4.5. Let me know if there are any issues.

Thanks @davesque!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

parmeshbhande picture parmeshbhande  路  6Comments

nikolaik picture nikolaik  路  4Comments

danvaneijck picture danvaneijck  路  6Comments

jesusjiib picture jesusjiib  路  7Comments

mjackstone6 picture mjackstone6  路  4Comments