From ca005b9037f90c03e29caa2b8179bd62f4734095 Mon Sep 17 00:00:00 2001 From: Eike Broda Date: Wed, 12 Apr 2023 16:14:12 +0200 Subject: [PATCH] Update pywin32 to 306 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 setup.py diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index c2966db..3d5577e --- a/setup.py +++ b/setup.py @@ -24,5 +24,5 @@ "Operating System :: Microsoft :: Windows", ], python_requires='>=3.8', - install_requires=['pywin32==225', 'texttable'] + install_requires=['pywin32==306', 'texttable'] )