Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit b38d26b

Browse files
committed
ci: Bump the lint Python version to 3.7
1 parent 07346d6 commit b38d26b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-flake8.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12-
- name: Set up Python 3.6
12+
- name: Set up Python 3.7
1313
uses: actions/setup-python@v1
1414
with:
15-
python-version: 3.6
15+
python-version: 3.7
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install -U pip setuptools

0 commit comments

Comments
 (0)