From 69593c9ac6aea7a214580993d63d2964db385eb5 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 24 Oct 2024 17:52:11 -0400 Subject: [PATCH] require newer windows-curses --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7edcb30..377386a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ install_requires = babi-grammars identify onigurumacffi>=0.0.18 - windows-curses!=2.3.1;sys_platform=="win32" + windows-curses>=2.4.0;sys_platform=="win32" python_requires = >=3.10 [options.packages.find]