-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-32592: Set Windows 8 as the minimum required version for API support #15951
Conversation
This is going to require a change to the buildbot config to turn off the 3.x builder on the Windows 7 bot(s). I'd rather wait on this until that change is in than to have to make the change to fix the breakage. |
It shouldn't, as the minimum API isn't actually enforced anywhere except at compile time, and all the Win10 SDKs have the Win8 APIs available. |
I've started a buildbot-custom build to check that. |
Don't merge this before #15949 or it'll break the other one. (That PR is being backported, and then I'll have to rebase this one...) |
The Win7 SP1 buildbot is happy, so I'll merge this after #15949. |
Thanks! |
…API support (pythonGH-15951)" This reverts commit 0b72ccf.
…API support (pythonGH-15951)" This reverts commit 0b72ccf.
…API support (pythonGH-15951)" This reverts commit 0b72ccf.
…API support (pythonGH-15951)" This reverts commit 0b72ccf.
…API support (pythonGH-15951)" This reverts commit 0b72ccf.
https://bugs.python.org/issue32592