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 <nathan@kernel.org>
  • Loading branch information
nathanchance committed Jan 31, 2024
1 parent 2cba5d5 commit fbe929e
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 fbe929e

Please sign in to comment.