Skip to content

Commit 6cfe9fc

Browse files
authored
Fix pywin32 version constraint (#347)
1 parent b8791cf commit 6cfe9fc

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
@@ -19,7 +19,7 @@ requires-python = ">=3.8"
1919
dependencies = [
2020
"platformdirs>=2.5",
2121
"traitlets>=5.3",
22-
"pywin32>=1.0 ; sys_platform == 'win32' and platform_python_implementation != 'PyPy'"
22+
"pywin32>=300 ; sys_platform == 'win32' and platform_python_implementation != 'PyPy'"
2323
]
2424
dynamic = ["version"]
2525

0 commit comments

Comments
 (0)