Re: [Python-Dev] Clarify required Visual C++ compiler for binary extensions in 3.7

2018-11-15 Thread Maik Riechert
Thanks Victor. I noticed you write "For Python 3.7, the minimum is VS 2017 Community, minimum installer options:" but then in the table the version listed is 2015 or 2017, so the minimum then probably is 2015? Maybe it should be mentioned on this page (or a separate one) that those versions ha

Re: [Python-Dev] Clarify required Visual C++ compiler for binary extensions in 3.7

2018-11-14 Thread Victor Stinner
I maintain my own compatibility matrix: https://pythondev.readthedocs.io/windows.html#python-and-visual-studio-version-matrix Ned Deily asked to update the devguide from my table :-) https://github.com/python/devguide/issues/433 Victor Le mer. 14 nov. 2018 à 18:56, Maik Riechert a écrit : > > Hi