[Python-checkins] gh-100008: VS 2017 is required since Python 3.11 (#100045)

vstinner webhook-mailer at python.org
Tue Dec 6 08:36:11 EST 2022


https://github.com/python/cpython/commit/5837e5f3478a6f3afb64502edc757f312c2db507
commit: 5837e5f3478a6f3afb64502edc757f312c2db507
branch: main
author: Victor Stinner <vstinner at python.org>
committer: vstinner <vstinner at python.org>
date: 2022-12-06T14:35:32+01:00
summary:

gh-100008: VS 2017 is required since Python 3.11 (#100045)

files:
M Doc/using/configure.rst

diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst
index 3df6ff4873b7..db4bf7412292 100644
--- a/Doc/using/configure.rst
+++ b/Doc/using/configure.rst
@@ -24,6 +24,7 @@ Features required to build CPython:
 
 .. versionchanged:: 3.11
    C11 compiler, IEEE 754 and NaN support are now required.
+   On Windows, Visual Studio 2017 or later is required.
 
 .. versionchanged:: 3.10
    OpenSSL 1.1.1 is now required.



More information about the Python-checkins mailing list