jayvdb / nose3

nose ported to Python 3.4+ maintaining Python 2.7 support
2 stars 7 forks source link

Temporarily drop testing on Py2.7 #8

Closed cclauss closed 8 months ago

cclauss commented 8 months ago

https://devguide.python.org/versions/#unsupported-versions

jayvdb commented 8 months ago

Im happy to approve and merge if you can get the legacy_python workflow working.

cclauss commented 8 months ago

The problem is that GHA never seems to run the ubuntu-18.04 jobs.

jayvdb commented 8 months ago

Maybe leave it a day, to see if it runs the ubuntu-18.04 jobs; if not, we know that is no longer a reasonable approach. I also tried https://github.com/jayvdb/nose3/tree/pyenv, but that didnt appear to work either. Might need to manually install pyenv and tox to get the "dead" snakes working.

jayvdb commented 8 months ago

Possibly, just update .github/workflows/tox-gh.yml to what works in that workflow, and leave the other workflow as-is in this PR, and then we can at least get some of the envs working in CI again, and then work on the others in a separate PR

jayvdb commented 8 months ago

Thanks!