cog-imperial / OMLT

Represent trained machine learning models as Pyomo optimization formulations
Other
257 stars 56 forks source link

Drop support for Python 3.6 #82

Closed jalving closed 2 years ago

jalving commented 2 years ago

Legal Acknowledgement\ By contributing to this software project, I agree my contributions are submitted under the BSD license. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

Python 3.6 has reached end-of-life and causes CI tests to now fail. We should support 3.10, but it causes issues with testing jupyter notebooks. We will add 3.10 later.

codecov[bot] commented 2 years ago

Codecov Report

Merging #82 (c7b032f) into main (340e73c) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #82   +/-   ##
=======================================
  Coverage   94.18%   94.18%           
=======================================
  Files          24       24           
  Lines        1239     1239           
  Branches      192      192           
=======================================
  Hits         1167     1167           
  Misses         42       42           
  Partials       30       30           

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 340e73c...c7b032f. Read the comment docs.