Skip to content

Commit 5ccc619

Browse files
committed
use 3.7 for doc builds
1 parent 3ec209f commit 5ccc619

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.8", "3.9", "3.10"]
14+
python-version: ["3.7", "3.10", "3.11"]
1515

1616
steps:
1717
- name: Checkout
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install CPython
4545
uses: actions/setup-python@v2
4646
with:
47-
python-version: 3.x
47+
python-version: 3.7
4848

4949
- name: Install Deps
5050
run: |
@@ -68,7 +68,7 @@ jobs:
6868
- name: Setup Python
6969
uses: actions/setup-python@v2
7070
with:
71-
python-version: 3.8
71+
python-version: 3.7
7272

7373
- name: install black
7474
run: |

0 commit comments

Comments
 (0)