mu-editor / mu

A small, simple editor for beginner Python programmers. Written in Python and Qt5.
http://codewith.mu
GNU General Public License v3.0
1.41k stars 435 forks source link

CI: Exclude Python 3.5 and 3.6 from running in Ubuntu-latest runner. #2363

Closed carlosperate closed 1 year ago

carlosperate commented 1 year ago

As these Python versions are not supported in 22.04 and the Action step fails to install them. This PR only skips them for ubuntu-latest, the Ubuntu 18.04 runner is still running the tests with 3.5 & 3.6

carlosperate commented 1 year ago

Merging this now to fix the Ubuntu CI failures.