Closed
Description
There should be some advice on what to do about universal wheels when dropping support for python versions in this guide: https://packaging.python.org/guides/dropping-older-python-versions/
eg, should this:
# setup.cfg
[bdist_wheel]
universal=1
be removed?