Skip to content

Commit

Permalink
Fix pywin32 version constraint (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 16, 2023
1 parent b8791cf commit 6cfe9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requires-python = ">=3.8"
dependencies = [
"platformdirs>=2.5",
"traitlets>=5.3",
"pywin32>=1.0 ; sys_platform == 'win32' and platform_python_implementation != 'PyPy'"
"pywin32>=300 ; sys_platform == 'win32' and platform_python_implementation != 'PyPy'"
]
dynamic = ["version"]

Expand Down

0 comments on commit 6cfe9fc

Please sign in to comment.