Skip to content

Commit 6c2497e

Browse files
authored
workflows: lint: Add Python 3.13
1 parent 23c6bcd commit 6c2497e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
version: ['3.12', '3.11', '3.10', '3.9', '3.8']
11+
version: ['3.13', '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)