numixproject / numix-core

Builder for App Icon Themes
GNU General Public License v3.0
767 stars 146 forks source link

Tests fail because of outdated Python version specified in test.yml #5821

Closed palob closed 1 year ago

palob commented 1 year ago

Error: Version 3.6 with arch x64 not found

https://github.com/numixproject/numix-core/blob/d4b1230e3ae6713d1acdf534de26ebc960f82d07/.github/workflows/test.yml#L49 has python version hardcoded to 3.6 which is not provided anymore by GitHub actions according to here https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json.

Cf. https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python https://github.com/marketplace/actions/setup-python https://github.com/actions/setup-python