Skip to content

Commit

Permalink
Update linting.yml to python 3.11 (#165)
Browse files Browse the repository at this point in the history
Update linting.yml
  • Loading branch information
DurgNomis-drol authored Nov 9, 2023
1 parent abe5cf2 commit 9defcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Pre-commit
strategy:
matrix:
python-version: [3.9]
python-version: [3.11]
runs-on: ubuntu-latest
steps:
- name: Check out the repository
Expand Down

0 comments on commit 9defcab

Please sign in to comment.