diff --git a/pyproject.toml b/pyproject.toml index 00136c9a9..aebbd55c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ packages = [ ] [tool.poetry.dependencies] -python = ">=3.8, <3.12" +python = ">=3.8, <4" # dependencies needed for building docs are included here. # they are marked as "optional" and are installed as the extra "docs".