Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 158188d

Browse files
committed
bump reviewdog mypy to py3.9
1 parent b7c5abf commit 158188d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Python 3
4848
uses: actions/setup-python@v4
4949
with:
50-
python-version: 3.8
50+
python-version: 3.9
5151

5252
- name: Install mypy
5353
run: pip3 install -r requirements/testing/mypy.txt -r requirements/testing/all.txt

0 commit comments

Comments
 (0)