Skip to content

Commit b972616

Browse files
authored
Update sphinx.yml
Fixed python version to perform GH action.
1 parent d843a56 commit b972616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Python
2222
uses: actions/setup-python@v1
2323
with:
24-
python-version: 3.8
24+
python-version: 3.11.11
2525
- name: Fetch all refs
2626
run: |
2727
git fetch

0 commit comments

Comments
 (0)