jazzband / django-push-notifications

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

Update test.yml #689

Closed jamaalscarlett closed 10 months ago

jamaalscarlett commented 10 months ago

Fixes failing python 3.6 tests

codecov[bot] commented 10 months ago

Codecov Report

Merging #689 (bcd0d6a) into master (184391b) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #689   +/-   ##
=======================================
  Coverage   68.67%   68.67%           
=======================================
  Files          26       26           
  Lines        1111     1111           
  Branches      174      243   +69     
=======================================
  Hits          763      763           
  Misses        310      310           
  Partials       38       38           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

azmeuk commented 10 months ago

@jamaalscarlett python3.6 is unsupported since december 2021 https://endoflife.date/python Is it necessary to keep it tested?