We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a774e commit 4471535Copy full SHA for 4471535
.github/workflows/lint.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
fail-fast: false
34
matrix:
35
- version: ['3.11', '3.10']
+ version: ['3.14', '3.13', '3.12', '3.11', '3.10']
36
uses: ClangBuiltLinux/actions-workflows/.github/workflows/python_lint.yml@main
37
with:
38
python_version: ${{ matrix.version }}
0 commit comments