From: Victor Stinner Date: Tue, 6 Dec 2022 13:35:32 +0000 (+0100) Subject: gh-100008: VS 2017 is required since Python 3.11 (#100045) X-Git-Tag: v3.12.0a3~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5837e5f3478a6f3afb64502edc757f312c2db507;p=thirdparty%2FPython%2Fcpython.git gh-100008: VS 2017 is required since Python 3.11 (#100045) --- 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.