From 686265298d8adbdb426e59bf34af38c53abb7993 Mon Sep 17 00:00:00 2001 From: Roland Dobai Date: Tue, 11 Jul 2023 13:25:56 +0200 Subject: [PATCH] ci(github): Update Python to 3.8 for pre-commit checks Fixes issue "ERROR: Package 'conventional-precommit-linter' requires a different Python: 3.7.17 not in '>=3.8'" of all Pull Requests. Python 3.7 support will be dropped soon in the upcoming ESP-IDF v5.2 version. --- .github/workflows/pre_commit_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre_commit_check.yml b/.github/workflows/pre_commit_check.yml index a193112a0f70..8aed5bc7755d 100644 --- a/.github/workflows/pre_commit_check.yml +++ b/.github/workflows/pre_commit_check.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Python environment uses: actions/setup-python@master with: - python-version: v3.7 + python-version: v3.8 - name: Install python packages run: | pip install pre-commit