Skip to content

Commit a2a0417

Browse files
committed
Update python-test-scan.yml
1 parent 9239e17 commit a2a0417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-test-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ jobs:
9797
python3 -m pip install --upgrade pip
9898
pip install -r req/requirements.txt --upgrade
9999
pip install -r req/mypy.txt --upgrade
100-
- run: mypy --python-version 3.8
101-
if: ${{ always() }}
102100
- run: mypy --python-version 3.9
103101
if: ${{ always() }}
104102
- run: mypy --python-version 3.10
@@ -107,6 +105,8 @@ jobs:
107105
if: ${{ always() }}
108106
- run: mypy --python-version 3.12
109107
if: ${{ always() }}
108+
- run: mypy --python-version 3.13
109+
if: ${{ always() }}
110110
ruff:
111111
name: Linter Checks with Ruff
112112
runs-on: [ubuntu-latest]

0 commit comments

Comments
 (0)