Turbo87 / utm

Bidirectional UTM-WGS84 converter for python
http://pypi.python.org/pypi/utm
MIT License
486 stars 101 forks source link

CI tests have been failing for the last two months. Due to renovate[bot] or Ubuntu 22.04 GA runner dropping older Python versions? #97

Closed JamesParrott closed 1 year ago

JamesParrott commented 1 year ago

The first failure was here: https://github.com/Turbo87/utm/actions/runs/3654136621. renovate[bot] upversioned pytest and some actions on Oct 10th in the last 4 commits. Otherwise ci.yml looks the same at a glance.

Perhaps the cause was the roll out of Ubuntu 22.04 as the gitub actions runner for ubuntu-latest (over 8 weeks from Oct 1st 2022)?

https://github.blog/changelog/2022-11-09-github-actions-ubuntu-latest-workflows-will-use-ubuntu-22-04/

Python versions on Ubuntu 22.04:

3.7.15
3.8.16
3.9.16
3.10.10
3.11.2

https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md

Python versions on Ubuntu 18.04:

Python

2.7.18
3.6.15
3.7.15
3.8.16
3.9.16
3.10.10
3.11.2

https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu1804-Readme.md