Skip to content

Commit 2091a3b

Browse files
committed
Use python 3.8 in CI
1 parent 8458655 commit 2091a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
MYPY: venv/bin/mypy
1111
steps:
1212
- uses: actions/checkout@v3
13-
- name: Set up Python 3.7
13+
- name: Set up Python 3.8
1414
uses: actions/setup-python@v3
1515
with:
16-
python-version: 3.7
16+
python-version: 3.8
1717
- name: Set up virtualenv
1818
run: python -m venv venv
1919
- name: Install dependencies

0 commit comments

Comments
 (0)