On Mon, May 24, 2021 at 6:40 PM Łukasz Langa <[email protected]> wrote: > > > On 20 May 2021, at 07:03, [email protected] wrote: > > The Python Developers Guide specifically states to get VS2017 for developing > or enhancing python on a Windows system. > > Is it still correct to specifically use VS2017 , or is VS2019 also acceptable? > > > We have to update the devguide. VS 2019 is supported, probably even > recommended, as long as the C++ tools are v14.x. >
Also of note is this page: https://wiki.python.org/moin/WindowsCompilers It lists Visual Studio versions for different Python versions (for compiling extensions), but it stops at 3.8. ChrisA _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/HF33ZPO2TRVQIXDGMSMVIB7IRPS64KFV/ Code of Conduct: http://python.org/psf/codeofconduct/
