The people want Python 3!!! And so do we...
We haven't actually tested Fileflow on Python 3 and I heard word that some errors show up on a Python 3 install of airflow after the fileflow plugin is installed. I'm most concerned about unexpected assumptions in our file storage backend since the behavior of open() changed to make the str/bytes/unicode sitch more explicit in Python 3.
I think while investigating the errors we should get the CircleCI or similar up and do automated testing in Python 2 and Python 3 environments.
The people want Python 3!!! And so do we...
We haven't actually tested Fileflow on Python 3 and I heard word that some errors show up on a Python 3 install of airflow after the fileflow plugin is installed. I'm most concerned about unexpected assumptions in our file storage backend since the behavior of open() changed to make the str/bytes/unicode sitch more explicit in Python 3.
I think while investigating the errors we should get the CircleCI or similar up and do automated testing in Python 2 and Python 3 environments.