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.
2 parents 23c6bcd + 6c2497e commit bf26a9aCopy full SHA for bf26a9a
.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- version: ['3.12', '3.11', '3.10', '3.9', '3.8']
+ version: ['3.13', '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