We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693f071 commit 4a91fa9Copy full SHA for 4a91fa9
2 files changed
pyproject.toml
@@ -7,7 +7,7 @@ name = "python-kanka"
7
version = "2.6.2"
8
description = "Python client for the Kanka API"
9
readme = "README.md"
10
-requires-python = ">=3.12"
+requires-python = "==3.14.3"
11
license = {text = "MIT"}
12
authors = [
13
{name = "Erv Walter", email = "erv@ewal.net"}
@@ -39,8 +39,8 @@ Issues = "https://github.com/ervwalter/python-kanka/issues"
39
40
[dependency-groups]
41
docs = [
42
- "mkdocs>=1.6",
43
- "mkdocs-material>=9.5",
+ "mkdocs==1.6.1",
+ "mkdocs-material==9.7.3",
44
]
45
dev = [
46
"pytest==9.0.2",
0 commit comments