Skip to content

Commit 2f3421f

Browse files
committed
Use Python 3.8 in GH Actions CI
1 parent 5e56b77 commit 2f3421f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
args: --release --verbose --all
5858
- uses: actions/setup-python@v1
5959
with:
60-
python-version: 3.6
60+
python-version: 3.8
6161
- name: Install pipenv
6262
run: |
6363
python -V
@@ -103,7 +103,7 @@ jobs:
103103
- uses: actions/checkout@master
104104
- uses: actions/setup-python@v1
105105
with:
106-
python-version: 3.6
106+
python-version: 3.8
107107
- name: install flake8
108108
run: python -m pip install flake8
109109
- name: run lint
@@ -130,7 +130,7 @@ jobs:
130130
tar -xzf geckodriver-v0.24.0-linux32.tar.gz -C geckodriver
131131
- uses: actions/setup-python@v1
132132
with:
133-
python-version: 3.6
133+
python-version: 3.8
134134
- name: Install pipenv
135135
run: |
136136
python -V

0 commit comments

Comments
 (0)