From ab2e5e8519e4accf8bf1b9104421f215ee5aacd6 Mon Sep 17 00:00:00 2001 From: herr kaste Date: Mon, 16 Dec 2024 22:30:44 +0100 Subject: [PATCH] Pin "pywinpty" to v0.5.7 pywinpty dropped support for python 3.8 but all current versions have important issues. - https://github.com/andfoy/pywinpty/issues/463 - https://github.com/andfoy/pywinpty/issues/484 - https://github.com/andfoy/pywinpty/issues/483 --- repository.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository.json b/repository.json index 11c0509..f5a8031 100644 --- a/repository.json +++ b/repository.json @@ -1337,7 +1337,7 @@ }, { "base": "https://pypi.org/project/pywinpty", - "asset": "pywinpty-*-cp38-*-win_amd64.whl", + "asset": "pywinpty-0.5.7-cp38-cp38-win_amd64.whl", "platforms": ["windows-x64"], "python_versions": ["3.8"] }