Skip to content

Commit b1b3df6

Browse files
authored
chore: update python version used in linting
1 parent 8d7311e commit b1b3df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.8"
27+
python-version: "3.12"
2828
cache: "pip"
2929
- run: pip install -r release-requirements.txt && pip install wheel
3030
- run: flake8 --ignore=E501,E203,W503

0 commit comments

Comments
 (0)