See https://packaging.python.org/tutorials/distributing-packages/#universal-wheels .
@@ -14,3 +14,5 @@ match=^[Tt]est
# Don't capture stdout - print immediately
nocapture=1
+[bdist_wheel]
+universal = 1