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

github actions & mypy #61

Merged
merged 2 commits into from
Feb 4, 2021
Merged

Conversation

fuhrysteve
Copy link
Contributor

The purpose of this PR is to

  1. move from travis-ci, which is sunsetting travis-ci.org, to github actions
  2. Incorporate mypy into the build. Didn't have to make any changes for it to pass, but that's just because this project isn't really using typing anywhere yet. It'll be nice to have mypy run as part of the build once this library officially drops support for python 2!
  3. Drop support for python 3 versions less than 3.6, which are now all EOL

If this seems like a good direction to go let me know! I'd be happy to put together another PR dropping support for python 2 and adding some typing. Looks like #57 has gotten started on it already, not sure if it's worthwhile picking up where @septatrix left off or starting fresh.

@fuhrysteve
Copy link
Contributor Author

It looks like in order to get this to run @dwolfhub might need to open a pull request for this branch or something.

You can see it's working fine on my fork:
fuhrysteve#1

@dwolfhub
Copy link
Owner

dwolfhub commented Feb 4, 2021

Hey this is great! Thanks!

@dwolfhub dwolfhub merged commit e89afba into dwolfhub:master Feb 4, 2021
@dwolfhub
Copy link
Owner

dwolfhub commented Feb 4, 2021

@fuhrysteve re: typing i haven't looked into it really, so if you think it's good to start where they left off i'd love to see that PR.

thanks again

@fuhrysteve fuhrysteve deleted the github-actions branch April 25, 2021 17:55
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.

2 participants