Skip to content

Commit

Permalink
Merge pull request #260 from nathanchance/lint-with-py-3.12
Browse files Browse the repository at this point in the history
workflows: lint: Add Python 3.12
  • Loading branch information
msfjarvis authored Feb 1, 2024
2 parents 59423de + fe9935a commit fa8d1f3
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 @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['3.11', '3.10', '3.9', '3.8']
version: ['3.12', '3.11', '3.10', '3.9', '3.8']
uses: ClangBuiltLinux/actions-workflows/.github/workflows/python_lint.yml@main
with:
python_version: ${{ matrix.version }}
Expand Down

0 comments on commit fa8d1f3

Please sign in to comment.