bodono / scs-python

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

Support Python 3.13 #117

Open jonadaly opened 3 days ago

jonadaly commented 3 days ago

Hi @bodono , I tried to mirror your changes from my previous request to support Python 3.12 / MacOS - now for the new release of Python 3.13!

I've also removed support for Python 3.8 since it's now end-of-life.

bodono commented 2 days ago

Thanks for looking into this @jonadaly ! It looks like one the python 3.9 run on windows is failing, possibly due to an incompatible numpy version, do you have any ideas on how to fix that? Once fixed we can land this!