Expand Up
@@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: 3.15",
"Programming Language :: Python :: 3.16",
"Topic :: Documentation",
"Topic :: Software Development :: Documentation",
]
Expand Down
Expand Up
@@ -66,4 +67,4 @@ lint.ignore = [
lint.isort.required-imports = [ "from __future__ import annotations" ]
[tool.pyproject-fmt]
max_supported_python = "3.15"
max_supported_python = "3.16"