Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create workflow for python whl builds (#1)
create a workflow for python whl builds * setup.py install before pytest... * python >= 3.7 is required Only thing that breaks compatibility with 3.6 is `date.fromisoformat`, which was only added in 3.7; otherwise we'd have to include dateutil or something, which would be an additional dependency. https://docs.python.org/3/library/datetime.html#datetime.date.fromisoformat
- Loading branch information