bodono / scs-python

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

Update python version in CI (and migrate to Github actions?) #42

Closed h-vetinari closed 3 years ago

h-vetinari commented 3 years ago

The current CI is running with the ancient python 3.5 (long dropped by all relevant libraries, even python 3.6 has been dropped by numpy/scipy et. al. already).

This should be upgraded to at least 3.8 or 3.9 (ideally covering several python versions).

Also, it might be worth considering moving away from appveyor, xref #25.

bodono commented 3 years ago

Ok, I've just managed to do this, we're using github actions now and we cover linux, mac os, windows and python v3.6, 3.7, 3.8, 3.9.