Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove setting of universal wheels (pydata#3367)
Universal wheels indicate that one wheel supports Python 2 and 3. This is no longer the case for xarray. This causes builds to generate files with names like xarray-0.13.0-py2.py3-none-any.whl, which can cause pip to incorrectly install the wheel when installing from a list of wheel files.
- Loading branch information