uwefladrich / scriptengine

A lightweight and extensible framework for execution scripts written in YAML.
GNU General Public License v3.0
15 stars 4 forks source link

Use ubuntu-20.04 in Github actions (Python3.6 support) #82

Closed uwefladrich closed 1 year ago

uwefladrich commented 1 year ago

The ubuntu-latest version has changed from 20.04 to 22.04 for Github actions. This new image version drops the support for Python 3.6 and can therefore not be used any longer if we do not drop 3.6 ourselves. See actions/setup-python#544 for a longer discussion.

So the options are either to drop Python3.6 support for ScriptEngine or use ubuntu-20.04 (instead of latest) for the Github actions.