Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Build different wheels for Python 2 and Python 3 #120

Merged
merged 1 commit into from
Feb 26, 2018
Merged

Commits on Feb 26, 2018

  1. Build different wheels for Python 2 and Python 3

    Since recently we have different set of dependencies for Python 2 and
    Python 3 environments, hence we can't have one wheel because it may have
    only one set of dependencies and no way of conditional dependencies.
    
    So this commit removes "universal" wheels, which effectively means we
    will have two wheels: one for python2, and one for python3.
    ikalnytskyi committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    90f8053 View commit details
    Browse the repository at this point in the history