We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e5e19 commit 8e685acCopy full SHA for 8e685ac
1 file changed
pyproject.toml
@@ -65,7 +65,7 @@ lint = [
65
"black==24.10.*",
66
"mypy==1.12.*",
67
]
68
-pywin32 = ["pywin32>=305"]
+pywin32 = ["pywin32>=305; platform_system == 'Windows' and platform_python_implementation == 'CPython'"]
69
seeedstudio = ["pyserial>=3.0"]
70
serial = ["pyserial~=3.0"]
71
neovi = ["filelock", "python-ics>=2.12"]
0 commit comments