We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8791cf commit 6cfe9fcCopy full SHA for 6cfe9fc
pyproject.toml
@@ -19,7 +19,7 @@ requires-python = ">=3.8"
19
dependencies = [
20
"platformdirs>=2.5",
21
"traitlets>=5.3",
22
- "pywin32>=1.0 ; sys_platform == 'win32' and platform_python_implementation != 'PyPy'"
+ "pywin32>=300 ; sys_platform == 'win32' and platform_python_implementation != 'PyPy'"
23
]
24
dynamic = ["version"]
25
0 commit comments