Skip to content

Commit de4546d

Browse files
committed
workflows: main: Add Python 3.12
We should ensure our code stays compatible with the latest stable release of Python. Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent ea905a9 commit de4546d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
version: ['3.11', '3.10', '3.9', '3.8']
9+
version: ['3.12', '3.11', '3.10', '3.9', '3.8']
1010
uses: ClangBuiltLinux/actions-workflows/.github/workflows/python_lint.yml@main
1111
with:
1212
python_version: ${{ matrix.version }}

0 commit comments

Comments
 (0)