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

Remove mypy dependence #48

Merged
merged 1 commit into from
Jul 21, 2023
Merged

Remove mypy dependence #48

merged 1 commit into from
Jul 21, 2023

Conversation

nick-knight
Copy link
Contributor

mypy is a development dependence: it is not required by users of this package.

Closes #46 and closes #47

Signed-off-by: Nick Knight <[email protected]>
@nick-knight
Copy link
Contributor Author

Looks like CI is failing on checks for Python 3.5 and 3.6. My guess is this has to do with these being ancient/EOL. Fixing this might go beyond the scope of this PR.

@richardxia
Copy link
Member

We should probably drop Pythons 3.5, 3.6, and 3.7, since all three of them are past EOL, though probably in its own PR just to keep things tidy. We'd probably also want to add in 3.9, 3.10, and 3.11, which are the latest supported releases.

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.

typed_ast is deprecated Spurious dependence on mypy?
3 participants