We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c778b commit 4cd1906Copy full SHA for 4cd1906
1 file changed
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- python-version: ["3.10", "3.11"]
+ python-version: ["3.12", "3.13"]
15
fail-fast: false
16
steps:
17
- name: Checkout code
@@ -38,7 +38,7 @@ jobs:
38
version: ${{ env.PYRIGHT_VERSION }}
39
python-version: ${{ matrix.python-version }}
40
python-platform: Linux
41
- no-comments: true
+ annotate: false
42
warnings: true
43
44
- name: Run pyright (Windows)
@@ -49,5 +49,5 @@ jobs:
49
50
51
python-platform: Windows
52
53
0 commit comments