jazzband / django-silk

Silky smooth profiling for Django
MIT License
4.35k stars 333 forks source link

Prune test matrix of unsupported python/django combinations #639

Closed albertyw closed 1 year ago

albertyw commented 1 year ago

According to https://docs.djangoproject.com/en/4.1/faq/install/, django versions >= 4.0 do not support python 3.7 anymore and django versions <= 4.0 do not support python 3.11. This PR excludes those 5 combinations of python and django versions from being tested. Also, the tests for those 5 combinations of django and python are failing.

codecov[bot] commented 1 year ago

Codecov Report

Merging #639 (6c34833) into master (5677fa8) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #639   +/-   ##
=======================================
  Coverage   86.33%   86.33%           
=======================================
  Files          52       52           
  Lines        2093     2093           
=======================================
  Hits         1807     1807           
  Misses        286      286           

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