Skip to content

Commit be6a1de

Browse files
committed
restrict pywinpty to < 3 because there are breaking changes
1 parent 38dbf1e commit be6a1de

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ dev = [
190190
"pytest-env>=1.1.5",
191191
"pytest-timeout>=2.3.1",
192192
"ruff>=0.9.10",
193-
"pywinpty>=2.0.14; sys_platform == 'win32'",
193+
"pywinpty>=2.0.14,<3.0.0; sys_platform == 'win32'",
194194
"tomlkit>=0.13.2",
195195
]
196196
docs = [

uv.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)