Skip to content

Commit

Permalink
add python 3.12 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Jan 7, 2025
1 parent 63c9aa9 commit 23cbc77
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 @@ -26,7 +26,7 @@ jobs:
matrix:
os:
- ubuntu-latest
python-version: ["3.8.x", "3.9.x", "3.10.x", "3.11.x"]
python-version: ["3.8.x", "3.9.x", "3.10.x", "3.11.x", "3.12.x"]

defaults:
run:
Expand Down

0 comments on commit 23cbc77

Please sign in to comment.