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

Fix Python 3.6 failures #12

Merged
merged 5 commits into from
Aug 18, 2022
Merged

Fix Python 3.6 failures #12

merged 5 commits into from
Aug 18, 2022

Conversation

jemrobinson
Copy link
Owner

@jemrobinson jemrobinson commented Aug 18, 2022

  • Remove imports that are unavailable in Python 3.6
  • Add mypy type-checking step
  • Add stubs for mypy type-checking

Note pylint check of Collection[int] is currently broken (pylint-dev/pylint#2377)

Closes #11

@jemrobinson jemrobinson force-pushed the 11-fix-python36 branch 2 times, most recently from bd1bbe6 to ef92768 Compare August 18, 2022 18:26
@jemrobinson jemrobinson merged commit eed12aa into main Aug 18, 2022
@jemrobinson jemrobinson deleted the 11-fix-python36 branch August 18, 2022 21:31
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.

Compatability failure in Python 3.6
1 participant