Skip to content

Commit 73f3d76

Browse files
committed
fixup
1 parent 9fd859f commit 73f3d76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Python
3333
uses: actions/setup-python@v5
3434
with:
35-
python-version: "3.12"
35+
python-version: "3.13"
3636

3737
- name: Setup uv
3838
uses: astral-sh/setup-uv@v5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
dependencies = [
3434
"mkdocstrings>=0.30",
3535
"mkdocs-autorefs>=1.4",
36-
"griffe>=1.12.1",
36+
"griffe>=1.13",
3737
"typing-extensions>=4.0; python_version < '3.11'",
3838
]
3939

0 commit comments

Comments
 (0)