Skip to content

Commit d715f74

Browse files
authored
Merge pull request #10 from finsite/renovate/github-actions
chore(deps): update dependency python to 3.13
2 parents f4d742a + 1319812 commit d715f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Deploy MkDocs to GitHub Pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: '3.11'
21+
python-version: '3.13'
2222
- name: Install dependencies
2323
run: |
2424
pip install mkdocs mkdocs-material mkdocstrings[python]

0 commit comments

Comments
 (0)