experiments
experiments copied to clipboard
ensure python2 support in addition to python3
To support the broadest potential user base we should ensure that the API installs and runs under python2 not just python3.
This will require at least the following:
- building universal wheels for distribution
- regular testing under python2 in addition to python3
- removing hard-coded python3 / pip3 references in Makefile