Skip to content

Commit 35a7801

Browse files
Fix linter by using recent Python version
We have no particular reason to use 3.7 for this anymore
1 parent 27ae663 commit 35a7801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Python
2323
uses: actions/setup-python@v4
2424
with:
25-
python-version: "3.7"
25+
python-version: "3.12"
2626

2727
- name: Install Python Dependencies
2828
run: pip install flake8

0 commit comments

Comments
 (0)