]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-100008: VS 2017 is required since Python 3.11 (#100045)
authorVictor Stinner <vstinner@python.org>
Tue, 6 Dec 2022 13:35:32 +0000 (14:35 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Dec 2022 13:35:32 +0000 (14:35 +0100)
Doc/using/configure.rst

index 3df6ff4873b72e29844e95f90a1d830c687d1fa4..db4bf7412292bca5fc51cc968bcff3de48d548a2 100644 (file)
@@ -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.