This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ZackerySpytz, eryksun, izbyshev, lukasz.langa, paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2019-09-26.14:25:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569507922.58.0.206705242019.issue32592@roundup.psfhosted.org>
In-reply-to
Content
> Steve, in PR 15951 you updated Py_WINVER to 0x0602. I think it should be 0x0603 (_WIN32_WINNT_WINBLUE) and Py_NTDDI should be NTDDI_WINBLUE. Windows 8 hasn't been supported since 2016. Windows 8.1 is supported until 2023.

Dropping Windows 7 support allows us to remove code to support Windows 7.

I'm not sure that there is a big benefit for us to drop Windows 8 support (only Windows 8 but continue to support Windows 8.1), compared to the annoyance for users.
History
Date User Action Args
2019-09-26 14:25:22vstinnersetrecipients: + vstinner, terry.reedy, paul.moore, tim.golden, lukasz.langa, zach.ware, eryksun, steve.dower, izbyshev, ZackerySpytz
2019-09-26 14:25:22vstinnersetmessageid: <1569507922.58.0.206705242019.issue32592@roundup.psfhosted.org>
2019-09-26 14:25:22vstinnerlinkissue32592 messages
2019-09-26 14:25:22vstinnercreate