Don't append "m" ABI flag in Python 3.8 by rdb · Pull Request #6874 · pypa/pip

In Python 3.8, the m flag is no longer appended to the SOABI, since the ABI is longer influenced by enabling pymalloc. This PR should fix the ability to install Python 3.8 wheels on Windows. In P...