Closed TomSmithCGAT closed 2 years ago
No, was just doing my usual copy/paste/edit/debug and hadn't considered the minimum python version we'd like to test. How low to go?..
I don't think many people are using 3.5 anymore, but 3.6 is still quite common I think.
Adds github actions to perform testing.
Still relying on the same bespoke test script we repurposed from cgat which utilises
nose
. Note thatnose
is no longer supported and cannot be used to test python 3.10 (https://github.com/nose-devs/nose/issues/1099). I tried a few of the suggestions in that issue to resolve the issue but nothing worked straight out of the box.For now, I've dropped testing for
python 3.10
in favour of getting the CI testing back up and running. In the long run, it seems like we should be switching topytest
.