diff --git a/pyproject.toml b/pyproject.toml index cd862a45f..911689696 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [ { include = "tradeexecutor" }, ] [tool.poetry.dependencies] -python = ">=3.11,<=3.12" +python = ">=3.10,<=3.12" # Use these during development