Skip to content

Commit

Permalink
Update lint.yml to new Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvmann authored Dec 6, 2024
1 parent 4fb68ec commit 767cdda
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 @@ -28,7 +28,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.9.16'
python-version: '3.12.7'
token: ${{ secrets.QUARK_GH_GITHUB_COM_TOKEN }}

- name: Install pylint and autopep8
Expand Down

0 comments on commit 767cdda

Please sign in to comment.