chore: update python version used in linting

This commit is contained in:
Jose Diaz-Gonzalez
2024-05-25 04:32:21 -04:00
committed by GitHub
parent 8d7311efbf
commit b1b3df692d

View File

@@ -24,7 +24,7 @@ jobs:
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.8" python-version: "3.12"
cache: "pip" cache: "pip"
- run: pip install -r release-requirements.txt && pip install wheel - run: pip install -r release-requirements.txt && pip install wheel
- run: flake8 --ignore=E501,E203,W503 - run: flake8 --ignore=E501,E203,W503