Skip to content

Commit 836d872

Browse files
committed
Increase minimum Python version to 3.10
1 parent 8c3c9bb commit 836d872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"ablog>=0.11.6",
1313
"sphinxcontrib.mermaid",
1414
]
15-
requires-python = ">=3.9"
15+
requires-python = ">=3.10"
1616
license = { text = "BSD-3-Clause" }
1717

1818
[tool.pdm]

0 commit comments

Comments
 (0)