actions / runner-images

GitHub Actions runner images
MIT License
10.24k stars 3.08k forks source link

[Windows & Ubuntu] Python 3.7.x will be removed from December 6 ,2024 #10893

Open vidyasagarnimmagaddi opened 3 weeks ago

vidyasagarnimmagaddi commented 3 weeks ago

Breaking changes

Python 3.7.x will be removed from Windows 2019, Windows 2022, Ubuntu 20 and Ubuntu 22 images.

Target date

Image deployment will start on December 2 2024, will take 3-4 days.

The motivation for the changes

As per our software support policy, we are supporting only 5 most popular python versions while python 3.6.x has been EOL since ( 27 Jun 2023)

Possible impact

If your projects depend on python 3.7.x they might be broken.

Platforms affected

Runner images affected

Mitigation ways

For GitHub Actions the python 3.7.x archives will still be available through the actions/setup-python action.

vidyasagarnimmagaddi commented 3 weeks ago

Related Issue: https://github.com/actions/runner-images/issues/10878