Skip to content

Commit

Permalink
workflows: main: Add Python 3.12
Browse files Browse the repository at this point in the history
We should ensure our code stays compatible with the latest stable
release of Python.

Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Mar 1, 2024
1 parent ea905a9 commit de4546d
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 de4546d

Please sign in to comment.