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

Changed coveralls workflow to run Python 3.5/3.6 on ubuntu-20.04

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

Fixes issue #374 . For details, see the commit message.

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

I created issue #376 for the tox failure on Python 3.6, but think that this PR successfully addresses the issue it intended to fix, namely to run Python 3.5 and 3.6 again, so I suggest to go forward with this PR and solve issue #376 separately.

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 17:04 andy-maier

Thanks for the contribution! However, Python 3.5 and 3.6 have been dropped as they are now end-of-life'd. Please see https://github.com/TheKevJames/coveralls-python/issues/393#issuecomment-2079551748 for more context.

TheKevJames avatar Apr 26 '24 15:04 TheKevJames