Skip to content

Py3.7 support #79

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

Merged
merged 8 commits into from
Dec 1, 2018
Merged

Py3.7 support #79

merged 8 commits into from
Dec 1, 2018

Conversation

radix
Copy link
Contributor

@radix radix commented Dec 1, 2018

Fixes #78.

This fixes the Python 3.7 errors.

  • async module is now parallel_async (with backwards compatibility for older versions)
  • test_do.py had to change because of some other changes in Python 3
    • formatting of inner functions was improved
    • generators now can't raise StopIteration

@radix radix merged commit ad3fd87 into master Dec 1, 2018
@radix radix deleted the py3.7-support branch December 1, 2018 17:30
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

Successfully merging this pull request may close these issues.

Tests fail on python3.7
1 participant