CI fails on Python 3.4 due to openpyxl deps
damiendr opened this issue · 1 comments
damiendr commented
From a sample Travis log:
openpyxl requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*' but the running Python is 3.4.6
adamcharnock commented
Oh hi @damiendr! Well I clearly missed this last summer. Looking at the CI setup, it seems we no longer test against Python 3.4 anyway, and the CI seems to have been fixed in the mean time. I'm guessing someone (maybe me?) sorted it. I'll therefore close this, but more tickets welcome 👍