Skip to content

Commit 1edd18a

Browse files
committed
chore: allow pywin32 >= 307
Signed-off-by: Joel Wong <[email protected]>
1 parent 7cd01c6 commit 1edd18a

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
dependencies = [
3131
"pyyaml ~= 6.0",
3232
"jsonschema >= 4.17.0, == 4.*",
33-
"pywin32 == 308; platform_system == 'Windows'",
33+
"pywin32 >= 307; platform_system == 'Windows'",
3434
]
3535

3636
[project.urls]

0 commit comments

Comments
 (0)