mhammond / pywin32

Python for Windows (pywin32) Extensions
5.08k stars 800 forks source link

Stop testing for Excel 5/Excel 95 #2401

Open Avasam opened 1 month ago

Avasam commented 1 month ago

As mentioned in https://github.com/mhammond/pywin32/pull/2342#discussion_r1798418535

Test results (excluding Word): Before:

Starting Excel for Dynamic test...
Starting Excel 8 for generated excel8.py test...
Could not import the generated Excel 95 wrapper
Warning - 2 com interface objects still alive

After:

Starting Excel for Dynamic test...
Starting Excel 8 for generated excel8.py test...
Warning - 2 com interface objects still alive