coin-or / CyLP

A Python interface to CLP, CBC, and CGL to solve LPs and MIPs.
Other
182 stars 69 forks source link

Switch to Cython 3 #183

Closed mkoeppe closed 1 year ago

mkoeppe commented 1 year ago

Adding exception specifications that Cython 3 complains about.

Abandoning Cython 0.29.x, as keeping support for it would require a more complicated change.

Pinning to a specific version for now because the 3.0.x series seems to be in a bit of flux.

mkoeppe commented 1 year ago

@tkralphs Ready for review / merge

tkralphs commented 1 year ago

Looks good, thanks!