jazzband / django-push-notifications

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

Add Python 3.10 support and classifiers #623

Open Andrew-Chen-Wang opened 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.28%. Comparing base (820262e) to head (6b4fd87).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #623 +/- ## ======================================= Coverage 70.28% 70.28% ======================================= Files 26 26 Lines 1097 1097 Branches 249 249 ======================================= Hits 771 771 Misses 288 288 Partials 38 38 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Andrew-Chen-Wang commented 2 years ago

sorry was using nano and the tab system might've just been wonky

bertonha commented 2 years ago

if this branch is rebased with latest master it should pass

Andrew-Chen-Wang commented 2 years ago

We'll need to drop hyper for Python 3.10 support, which probably comes from pywebpush

bertonha commented 2 years ago

We'll need to drop hyper for Python 3.10 support, which probably comes from pywebpush

hyper comes from apns2

I did this ugly and bad #648 just to demonstrate the issue