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 bf26a9a commit dcb6569Copy full SHA for dcb6569
.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- version: ['3.13', '3.12', '3.11', '3.10', '3.9', '3.8']
+ version: ['3.13', '3.12', '3.11', '3.10', '3.9']
12
uses: ClangBuiltLinux/actions-workflows/.github/workflows/python_lint.yml@main
13
with:
14
python_version: ${{ matrix.version }}
0 commit comments