-
-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coveralls workflow fails on Python 3.5 and 3.6 with ubuntu-latest #374
Comments
Fixed in PR #375 |
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 #252 with PR #385. |
Python 3.5 and 3.6 have been dropped as they are now end-of-lifed. Please see #393 (comment) for more context. |
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.
The text was updated successfully, but these errors were encountered: