diff --git a/pyproject.toml b/pyproject.toml index 3a385211b..ad78a8b0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ include = [ ] [tool.poetry.dependencies] -python = ">=3.8, <3.12" +python = ">=3.12, <3.13" # NOTE: We restrict boto3/botocore versions to reduce complexity of Poetry's # dependency resolution significantly, cf. # https://github.com/orgs/python-poetry/discussions/8165#discussioncomment-6387378