Skip to content

Commit fa8d1f3

Browse files
authored
Merge pull request #260 from nathanchance/lint-with-py-3.12
workflows: lint: Add Python 3.12
2 parents 59423de + fe9935a commit fa8d1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
version: ['3.11', '3.10', '3.9', '3.8']
11+
version: ['3.12', '3.11', '3.10', '3.9', '3.8']
1212
uses: ClangBuiltLinux/actions-workflows/.github/workflows/python_lint.yml@main
1313
with:
1414
python_version: ${{ matrix.version }}

0 commit comments

Comments
 (0)