coveralls-python icon indicating copy to clipboard operation
coveralls-python copied to clipboard

coveralls workflow fails on Python 3.5 and 3.6 with ubuntu-latest

Open andy-maier opened this issue 2 years ago • 3 comments

See for example here: https://github.com/TheKevJames/coveralls-python/actions/runs/3765678072

This is caused by GitHub Actions having changed ubuntu-latest to now be Ubuntu 22.04, for which it no longer provides Python 3.5 and 3.6.

This can be fixed by specifying the use of ubuntu-20.04 for Python 3.5 and 3.6.

andy-maier avatar Dec 23 '22 12:12 andy-maier

Fixed in PR #375

andy-maier avatar Dec 23 '22 13:12 andy-maier

could 3.5/3.6 dropped from supported?

https://www.python.org/downloads/

gliptak avatar Apr 16 '23 14:04 gliptak

could 3.5/3.6 dropped from supported?

Not as far as our projects are concerned, because we still need to support Python 3.5 and 3.6, and we urgently need a solution for #252 and it would be great if we could get that solution also for Python 3.5 and 3.6. Note that I think I found a fix for https://github.com/TheKevJames/coveralls-python/issues/252 with PR https://github.com/TheKevJames/coveralls-python/pull/385.

andy-maier avatar Apr 30 '23 16:04 andy-maier

Python 3.5 and 3.6 have been dropped as they are now end-of-lifed. Please see https://github.com/TheKevJames/coveralls-python/issues/393#issuecomment-2079551748 for more context.

TheKevJames avatar Apr 26 '24 15:04 TheKevJames