Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Dagster Python 2.7 & 3.5 compatible #69

Closed
schrockn opened this issue Aug 6, 2018 · 0 comments
Closed

Make Dagster Python 2.7 & 3.5 compatible #69

schrockn opened this issue Aug 6, 2018 · 0 comments
Assignees

Comments

@schrockn
Copy link
Member

schrockn commented Aug 6, 2018

We have avoided using "big" python 3 only features -- such as type hints and async await. However, it is not tested against 2.7 and there are more trivial things such as f-strings, and required keyword arguments.

We should set up tox to test against 2.7 and make this happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants