diff --git a/pyproject.toml b/pyproject.toml index 5094b235..a330816b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] dependencies = [ "openjd-model >= 0.6,< 0.8", - "pywin32 == 309; platform_system == 'Windows'", + "pywin32 >= 307; platform_system == 'Windows'", "psutil >= 5.9,< 7.1; platform_system == 'Windows'", ]