coin-or / CyLP

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

Missing 0.91.6 wheels for Windows on PyPI #182

Closed brandon-avantus closed 11 months ago

brandon-avantus commented 11 months ago

It would be great to have some Windows wheel files for version 0.91.6 on PyPI. This is the only thing blocking our project from moving to Python 3.11. Thanks!

tkralphs commented 11 months ago

I just uploaded wheels for 0.91.6 up to Python 3.11. They seem to be working for me. Can you test?

tkralphs commented 11 months ago

This seems to be working (see #176), so I'm going to close it.

brandon-avantus commented 11 months ago

Thanks for the quick turnaround. I can verify that cylp installs fine now using pip on Python 3.11. But I guess I unknowingly lied about cylp being the only blocker to moving my project to 3.11. The other package, however, is under my control, so should be easy. Thanks again!