diff options
author | Victor Stinner <vstinner@python.org> | 2022-12-06 13:35:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-06 13:35:32 (GMT) |
commit | 5837e5f3478a6f3afb64502edc757f312c2db507 (patch) | |
tree | f1d640293c8c645ee5ec0b54648e9b403888d122 | |
parent | 9dc787ea96916552695e79397588fdfa68f22024 (diff) | |
download | cpython-5837e5f3478a6f3afb64502edc757f312c2db507.zip cpython-5837e5f3478a6f3afb64502edc757f312c2db507.tar.gz cpython-5837e5f3478a6f3afb64502edc757f312c2db507.tar.bz2 |
gh-100008: VS 2017 is required since Python 3.11 (#100045)
-rw-r--r-- | Doc/using/configure.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 3df6ff4..db4bf74 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. |