Skip to content

Commit 354134f

Browse files
committed
Use Python 3.7 so sphinx won't complain about _bleio doing from __future__ import annotations
1 parent 4918c64 commit 354134f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
awk -F '\/' '{ print tolower($2) }' |
1919
tr '_' '-'
2020
)
21-
- name: Set up Python 3.6
21+
- name: Set up Python 3.7
2222
uses: actions/setup-python@v1
2323
with:
24-
python-version: 3.6
24+
python-version: 3.7
2525
- name: Versions
2626
run: |
2727
python3 --version

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
awk -F '\/' '{ print tolower($2) }' |
2121
tr '_' '-'
2222
)
23-
- name: Set up Python 3.6
23+
- name: Set up Python 3.7
2424
uses: actions/setup-python@v1
2525
with:
26-
python-version: 3.6
26+
python-version: 3.7
2727
- name: Versions
2828
run: |
2929
python3 --version

0 commit comments

Comments
 (0)