-
-
Notifications
You must be signed in to change notification settings - Fork 524
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
Support Python 3.6+ #710
Support Python 3.6+ #710
Conversation
Looks like the custom template export fails in 3.8. I'm not familiar with this part of the code, but it seems to throw an Error somewhere during parsing:
I'm not sure what to think of the custom template feature in general. It seems stamped together with regex and complicated parsing logic. Do we want to maintain this? I don't even have a clue where the error might be coming from. Update: |
Since it's causing so much trouble, can you drop 3.8 from this PR and file a separate issue for it? That'll let us get 3.6 support in, and deal with the template issues with a bit more time. |
be7de16
to
fba700b
Compare
The Python 3.8 build currently fails on travis, this should be dealt with in a future PR along with updating the travis config and pyproject.toml
fba700b
to
b5c05cd
Compare
Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
As discussed in #615, we can and should support Python from version 3.6 and up. This PR: