Merge branch 'bugfix/python_lint_versions' into 'master'

github: remove lint jobs for unsupported python versions (2.7, 3.5)

See merge request espressif/esp-idf!15045
This commit is contained in:
Zim Kalinowski
2021-09-10 04:36:00 +00:00

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8] python-version: [3.6, 3.7, 3.8]
steps: steps:
- name: Checkout - name: Checkout