check-python-versions
check-python-versions copied to clipboard
Drop [bdist_wheel] universal = 1 when dropping all Python 2 support
Idea: when old versions contain some Python 2 and new versions don't, check if setup.cfg exists ad has a
[bdist_wheel]
universal = 1
and if so, drop it.