From fc8e77d1dc91bc1bb4a1a4c0dc774aacd0bc3c13 Mon Sep 17 00:00:00 2001 From: mbordash2 <43893544+mbordash2@users.noreply.github.com> Date: Fri, 21 Jul 2023 12:10:54 -0700 Subject: [PATCH] update python dependency (#1964) Co-authored-by: Michael Bordash --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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".