bodono / scs-python

Python interface for SCS
MIT License
41 stars 33 forks source link

Update pyproject.toml #73

Closed enzbus closed 11 months ago

enzbus commented 11 months ago

This might be enough to fix the failure. It was on a piece of the github yaml that we weren't testing.

enzbus commented 11 months ago

The build_mkl errors on mac are probably related to the setuptools version, I can't reproduce it locally. If they are blocking the release you could de-activate them.

bodono commented 11 months ago

The failure is coming from here, which is skipped unless the wheels are being deployed. Is there some way to run meson for python 3.7? If not we can just disable that version.

enzbus commented 11 months ago

We can probably drop 3.7, let me review.