Skip to content

Commit ebbe1e0

Browse files
committed
lint-and-test: Upgrade python version in mypy job for 1.5 to 3.8.
1 parent 0f7759b commit ebbe1e0

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
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727
- uses: actions/setup-python@v5
2828
with:
29-
python-version: 3.7
29+
python-version: 3.8
3030
cache: 'pip'
3131
cache-dependency-path: 'setup.py'
3232
- name: Install with type-checking tools, stubs & minimal test libraries

0 commit comments

Comments
 (0)