Skip to content

Commit e297745

Browse files
authored
Update type-checking.yml
1 parent 952af32 commit e297745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/type-checking.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-python@v4
1111
with:
12-
python-version: '3.7'
12+
python-version: '3.13.5'
1313
- name: install checking requirements
1414
run: |
1515
pip install --upgrade pip
16-
pip install mypy==1.0.1 mypy-extensions==1.0.0 PyQt5-stubs==5.15.6.0 ruff==0.0.253
16+
pip install mypy==1.0.1 mypy-extensions==1.0.0 PyQt6-stubs ruff==0.0.253
1717
- name: mypy
1818
run: mypy --pretty ulc_mm_package
1919
- name: ruff

0 commit comments

Comments
 (0)