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 9239e17 commit a2a0417Copy full SHA for a2a0417
.github/workflows/python-test-scan.yml
@@ -97,8 +97,6 @@ jobs:
97
python3 -m pip install --upgrade pip
98
pip install -r req/requirements.txt --upgrade
99
pip install -r req/mypy.txt --upgrade
100
- - run: mypy --python-version 3.8
101
- if: ${{ always() }}
102
- run: mypy --python-version 3.9
103
if: ${{ always() }}
104
- run: mypy --python-version 3.10
@@ -107,6 +105,8 @@ jobs:
107
105
108
106
- run: mypy --python-version 3.12
109
+ - run: mypy --python-version 3.13
+ if: ${{ always() }}
110
ruff:
111
name: Linter Checks with Ruff
112
runs-on: [ubuntu-latest]
0 commit comments