Skip to content

Commit

Permalink
Merge pull request #115 from nathanchance/lint-with-py-3.12
Browse files Browse the repository at this point in the history
workflows: main: Add Python 3.12
  • Loading branch information
nathanchance committed Mar 1, 2024
2 parents ea905a9 + de4546d commit be51dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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 }}

0 comments on commit be51dc1

Please sign in to comment.