adamcharnock / django-hordak

Double entry accounting in Django
http://django-hordak.readthedocs.io
MIT License
239 stars 55 forks source link

CI fails on Python 3.4 due to openpyxl deps #39

Closed damiendr closed 4 years ago

damiendr commented 5 years ago

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 4 years ago

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 👍