Skip to content

Commit 7a120f1

Browse files
committed
ci: update Python version in deploy workflow and upgrade mkdocstrings-python dependency
1 parent 5c8708a commit 7a120f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414

1515
- name: Set up Python
1616
uses: actions/setup-python@v5
17-
with:
18-
python-version: '3.12'
1917

2018
- name: Install uv
2119
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dev = [
5252
docs = [
5353
"mkdocs-material>=9.6.12",
5454
"mkdocs>=1.6.1",
55-
"mkdocstrings-python>=1.10.0",
55+
"mkdocstrings-python>=1.16.10",
5656
"mkdocstrings>=0.25.0",
5757
"pymdown-extensions>=10.15",
5858
]

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)