We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59423de + fe9935a commit fa8d1f3Copy full SHA for fa8d1f3
.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- version: ['3.11', '3.10', '3.9', '3.8']
+ version: ['3.12', '3.11', '3.10', '3.9', '3.8']
12
uses: ClangBuiltLinux/actions-workflows/.github/workflows/python_lint.yml@main
13
with:
14
python_version: ${{ matrix.version }}
0 commit comments