PEP 11: Add note about interpreting current Windows release (#3617)
PEP 0011: Add note about interpreting current Windows release
This commit is contained in:
parent
6a147eaacb
commit
887cdaa552
|
@ -183,6 +183,13 @@ as the original feature release, even if no longer supported by Microsoft.
|
|||
New versions of Windows released while CPython is in maintenance mode
|
||||
may be supported at the discretion of the core team and release manager.
|
||||
|
||||
As of 2024, our current interpretation of Microsoft's lifecycles is that
|
||||
Windows for IoT and embedded systems is out of scope for new CPython releases,
|
||||
as the intent of those is to avoid feature updates. Windows Server will usually
|
||||
be the oldest version still receiving free security fixes, and that will
|
||||
determine the earliest supported client release with equivalent API version
|
||||
(which will usually be past its end-of-life).
|
||||
|
||||
Each feature release is built by a specific version of Microsoft
|
||||
Visual Studio. That version should have mainstream support when the
|
||||
release is made. Developers of extension modules will generally need
|
||||
|
|
Loading…
Reference in New Issue