Skip to content

Commit bf26a9a

Browse files
authored
Merge pull request #294 from dabao1955/py13
workflows: lint: Add Python 3.13
2 parents 23c6bcd + 6c2497e commit bf26a9a

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)