We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd859f commit 73f3d76Copy full SHA for 73f3d76
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Setup Python
33
uses: actions/setup-python@v5
34
with:
35
- python-version: "3.12"
+ python-version: "3.13"
36
37
- name: Setup uv
38
uses: astral-sh/setup-uv@v5
pyproject.toml
@@ -33,7 +33,7 @@ classifiers = [
dependencies = [
"mkdocstrings>=0.30",
"mkdocs-autorefs>=1.4",
- "griffe>=1.12.1",
+ "griffe>=1.13",
"typing-extensions>=4.0; python_version < '3.11'",
]
39
0 commit comments