Skip to content

Commit 4471535

Browse files
committed
lint: Test with Python 3.12, 3.13, and 3.14
Signed-off-by: Nathan Chancellor <[email protected]>
1 parent f0a774e commit 4471535

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
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
version: ['3.11', '3.10']
35+
version: ['3.14', '3.13', '3.12', '3.11', '3.10']
3636
uses: ClangBuiltLinux/actions-workflows/.github/workflows/python_lint.yml@main
3737
with:
3838
python_version: ${{ matrix.version }}

0 commit comments

Comments
 (0)