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

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

Closed

Conversation

andy-maier
Copy link
Contributor

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

@andy-maier andy-maier changed the title Changed coveralls workflow to run Pythpn 3.5/3.6 on ubuntu-20.04 Changed coveralls workflow to run Python 3.5/3.6 on ubuntu-20.04 Dec 23, 2022
@andy-maier
Copy link
Contributor Author

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.

@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.

Details:

* Github Actions change ubuntu-latest recently to now be Ubuntu 22.04, and
  Python 3.5 and 3.6 are no longer provided by GitHub Actions on that Ubuntu
  version.

  This change fixes that by using ubuntu-20.04 for those Python versions.

Signed-off-by: Andreas Maier <[email protected]>
@TheKevJames
Copy link
Owner

Thanks for the contribution! However, Python 3.5 and 3.6 have been dropped as they are now end-of-life'd. 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

Successfully merging this pull request may close these issues.

3 participants