Skip to content

Commit 842926a

Browse files
authored
Fix publishing build (#570)
2 parents 210112c + d06ae38 commit 842926a

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@v5
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@v5
2828
with:
29-
python-version: "3.7"
29+
python-version: "3.8"
3030

3131
- name: Configure dependencies
3232
run: |

0 commit comments

Comments
 (0)