Skip to content

Commit

Permalink
chore: update python version used in linting
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez authored May 25, 2024
1 parent 8d7311e commit b1b3df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.12"
cache: "pip"
- run: pip install -r release-requirements.txt && pip install wheel
- run: flake8 --ignore=E501,E203,W503
Expand Down

0 comments on commit b1b3df6

Please # to comment.