Skip to content

Commit

Permalink
ci(github): Update Python to 3.8 for pre-commit checks
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dobairoland committed Jul 12, 2023
1 parent 87f8a8e commit 6862652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre_commit_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6862652

Please sign in to comment.