Skip to content

Commit 5b01df8

Browse files
authored
Merge pull request #124 from nathanchance/update-python-linting
.github/workflows: Lint with Python 3.13 and 3.14
2 parents fec91a6 + c7eed1e commit 5b01df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.12', '3.11', '3.10', '3.9', '3.8']
9+
version: ['3.14', '3.13', '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)