diff --git a/pyproject.toml b/pyproject.toml index 8e270fd..242aa24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ include = [ ] [tool.poetry.dependencies] -python = ">=3.10,<3.12" +python = ">=3.12,<3.13" Sphinx = {version = ">=7.2.0,<7.3.0", optional = true} sphinx-autodoc-typehints = {version = "^1.11.1", optional = true} tomlkit = {version = "^0.12.0", optional=true}