Skip to content

Commit

Permalink
Fix linter by using recent Python version
Browse files Browse the repository at this point in the history
We have no particular reason to use 3.7 for this anymore
  • Loading branch information
AlexanderWells-diamond committed Jan 20, 2025
1 parent 27ae663 commit 35a7801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.12"

- name: Install Python Dependencies
run: pip install flake8
Expand Down

0 comments on commit 35a7801

Please sign in to comment.