Skip to content
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

Closed
andy-maier opened this issue Dec 23, 2022 · 4 comments
Closed

Comments

@andy-maier
Copy link
Contributor

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
Copy link
Contributor Author

Fixed in PR #375

@andy-maier andy-maier changed the title coveralls workflow fails on Pythpn 3.5 and 3.6 with ubuntu-latest coveralls workflow fails on Python 3.5 and 3.6 with ubuntu-latest Dec 23, 2022
@gliptak
Copy link

gliptak commented Apr 16, 2023

could 3.5/3.6 dropped from supported?

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

@andy-maier
Copy link
Contributor Author

andy-maier commented Apr 30, 2023

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.

@TheKevJames
Copy link
Owner

Python 3.5 and 3.6 have been dropped as they are now end-of-lifed. Please see #393 (comment) for more context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants