Skip to content

Commit e442c0a

Browse files
authored
bump reviewdog mypy to py3.9
1 parent f108e62 commit e442c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reviewdog.yml

+1-1
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)