cibuildwheel
cibuildwheel copied to clipboard
Do `python -V -V` instead of just `python --version` to help debugging
Description
This is just a suggestion to do python -V -V instead of just python --version in https://github.com/pypa/cibuildwheel/blob/35c795e4c6fcb627dc1b07998ee28f3310f9a768/cibuildwheel/windows.py#L190 to be able to display the compiler (e.g. MSC v.1916, see tables on https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B for toolset (MSVC++ version) approximate correspondence to use with CMake -T option, here it would be -Tv141) that was used to build python.exe to help debugging (related to https://cibuildwheel.readthedocs.io/en/stable/faq/#windows-importerror-dll-load-failed-the-specific-module-could-not-be-found problem and potentially other compatibility and dependencies problems...).
Build log
No response
CI config
No response