Skip to content

Commit 9f94611

Browse files
committed
lint-and-test: Upgrade python version in mypy job for 1.5 to 3.8.
1 parent d06b0f6 commit 9f94611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424
- uses: actions/setup-python@v4
2525
with:
26-
python-version: 3.7
26+
python-version: 3.8
2727
cache: 'pip'
2828
cache-dependency-path: 'setup.py'
2929
- name: Install with type-checking tools, stubs & minimal test libraries

0 commit comments

Comments
 (0)