jazzband / django-push-notifications

Send push notifications to mobile devices through GCM or APNS in Django.
MIT License
2.26k stars 613 forks source link

Run tests on python3.9 #589

Closed bertonha closed 3 years ago

jamaalscarlett commented 3 years ago

@bertonha The latest successful travis-ci run was using djangorestframework==3.11.0, your run uses djangorestframework==3.12.1, so it appears that there are some breaking changes when using dpn with the latest djangorestframework and python 3.(5/6/7/8)

Can you pin drf to 3.11.0 for now to see if the tests pass?

jamaalscarlett commented 3 years ago

Merging this, and I have created https://github.com/jazzband/django-push-notifications/issues/590 to address the new drf incompatibilities.