Skip to content

Commit e941195

Browse files
authored
Merge pull request #784 from ARISE-Initiative/patch-docs-workflow
Update Python version to 3.11 in workflow
2 parents 824ac14 + 5b4e8f7 commit e941195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: '3.9'
24+
python-version: '3.11'
2525

2626
# Install dependencies
2727
- name: Install Dependencies

0 commit comments

Comments
 (0)