Skip to content

Commit 50e7867

Browse files
committed
Fix publishing build
1 parent a45d393 commit 50e7867

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Configure Python
2828
uses: actions/setup-python@v4
2929
with:
30-
python-version: "3.7"
30+
python-version: "3.8"
3131

3232
- name: Configure dependencies
3333
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Configure Python
2727
uses: actions/setup-python@v4
2828
with:
29-
python-version: "3.7"
29+
python-version: "3.8"
3030

3131
- name: Configure dependencies
3232
run: |

0 commit comments

Comments
 (0)