diff --git a/pyproject.toml b/pyproject.toml index 62587fa9d..27ebf6c1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ exclude = [ # Versions here the minimum required versions for the project. These should be as loose as possible. [tool.poetry.dependencies] -python = "^3.9" +python = ">=3.9" unidiff = ">=0.7.4" pytest = ">=7.0.0" gitpython = ">=3.1.31"