I've been wondering, what's the state, intent, or policy on support for older
OSes? I haven't seen it be mentioned (for example on the readme), yet still see
a handle of areas of code referencing support for older OSes (XP, Vista, 7,
8.1, CE, ...), but also commits and PRs dropping support for t
Hi!
I recently had to do a deep dive into
https://github.com/mhammond/pywin32/tree/main/Pythonwin/pywin/idle as part of a
previous PR. See comment:
https://github.com/mhammond/pywin32/pull/2102#discussion_r1380422005
Of course it is extremely outdated, but I think the interesting part is that
Hi!
While working on adding annotations for typing support in pure python modules,
I noticed a lot​ of conditions and code made to run on older versions of
Python. Which are both EOL and no longer supported in pywin32. Removing those
would alleviate a lot of code and help smooth out the addition