funkelab / ilpy

Unified python wrappers for popular ILP solvers
https://funkelab.github.io/ilpy/
MIT License
3 stars 2 forks source link

ci: add tests for python3.12 #43

Closed tlambert03 closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Merging #43 (3b0c6c6) into main (d1fb38d) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #43   +/-   ##
=======================================
  Coverage   91.90%   91.90%           
=======================================
  Files           4        4           
  Lines         383      383           
=======================================
  Hits          352      352           
  Misses         31       31           
tlambert03 commented 10 months ago

gurobi isn't yet available on conda for python 3.12 ... and even though we're not using gurobipy itself, we use it for tests. so this either needs to drop that, or wait for support