Stop building universal wheels

Hacking requires python >= 3.5, but we build universal wheels which are
valid under python2. This creates some confusion for people that expect
these wheels to then function under python2.

Avoid confusion by building python3 only wheels instead.

Change-Id: Ic1d957f711738ad4932e3d9c3356ab6d640aa373
This commit is contained in:
Clark Boylan 2020-04-03 13:59:10 -07:00
parent d5486f9dd3
commit 14bb86f706
1 changed files with 0 additions and 3 deletions

View File

@ -72,6 +72,3 @@ warning-is-error = 1
tag_build =
tag_date = 0
tag_svn_revision = 0
[wheel]
universal = 1