Skip to content

Commit 7342076

Browse files
committed
chore(deps): switch pywin32 to >= 307
This matches the choice in OpenJobDescription/openjd-adaptor-runtime-for-python#162 Signed-off-by: Mark Wiebe <[email protected]>
1 parent ee59ac2 commit 7342076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
dependencies = [
3232
"openjd-model >= 0.6,< 0.8",
33-
"pywin32 == 309; platform_system == 'Windows'",
33+
"pywin32 >= 307; platform_system == 'Windows'",
3434
"psutil >= 5.9,< 7.1; platform_system == 'Windows'",
3535
]
3636

0 commit comments

Comments
 (0)