Skip to content

Commit 8e685ac

Browse files
authored
Adding env marker to pywin32 requirements (extra) (#1916)
As part of #1833, the `pywin32` requirements environment markers got dropped when moving the requirement to an extra.
1 parent 71e5e19 commit 8e685ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ lint = [
6565
"black==24.10.*",
6666
"mypy==1.12.*",
6767
]
68-
pywin32 = ["pywin32>=305"]
68+
pywin32 = ["pywin32>=305; platform_system == 'Windows' and platform_python_implementation == 'CPython'"]
6969
seeedstudio = ["pyserial>=3.0"]
7070
serial = ["pyserial~=3.0"]
7171
neovi = ["filelock", "python-ics>=2.12"]

0 commit comments

Comments
 (0)