platformio / platformio-docs

PlatformIO Documentation
https://docs.platformio.org
Apache License 2.0
240 stars 325 forks source link

Update GitLab CI examples to use python:3.9 docker image #201

Closed fsievers closed 3 years ago

fsievers commented 3 years ago

The current examples for GitLab CI are using the python:2.7 docker image, which does not fullfill the requirements for the current platformio version. With python:2.7 you get the follwing output from the CI build:

…
Error: Python 3.6 or later is required for this operation.
…

This PR updates the GitLab CI examples and make use of the current stable python:3.9 docker image.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

ivankravets commented 3 years ago

Thanks! Resolved in https://github.com/platformio/platformio-docs/commit/5149b01a114678b8bf46a8105548e17153083eb2