ModellingWebLab / WebLab

Django-based front-end for the modelling Web Lab v2
Other
3 stars 2 forks source link

Try updating all Python dependencies #358

Closed jonc125 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #358 (1dac7de) into master (00699c0) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #358   +/-   ##
=======================================
  Coverage   95.22%   95.22%           
=======================================
  Files          68       68           
  Lines        3768     3768           
  Branches      388      388           
=======================================
  Hits         3588     3588           
  Misses        131      131           
  Partials       49       49           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 66885fe...1dac7de. Read the comment docs.

MauriceHendrix commented 3 years ago

it doesn't even seem to register the python 3.5 task, very odd. It might be worth considering if we should drop python 3.5 support anyway as a lot of the newest packages have dropped support for it so it's going to be harder nd harder to make exceptions for it?

jonc125 commented 3 years ago

This PR does drop Python 3.5 support, which is why it hasn't built. I guess it's still showing up because the main branch has it though?

MauriceHendrix commented 3 years ago

This PR does drop Python 3.5 support, which is why it hasn't built. I guess it's still showing up because the main branch has it though?

aah fair enough