Skip to content

Commit 15c3290

Browse files
committed
another attempt to remove python 3.7
1 parent e429096 commit 15c3290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v2
1616
with:
17-
python-version: 3.7
17+
python-version: 3.8
1818
- name: Install Python dependencies
1919
run: pip install -e .[dev]
2020
- name: Build documentation and deploy

0 commit comments

Comments
 (0)