-
Notifications
You must be signed in to change notification settings - Fork 200
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
Bump min Python version from 3.5.4 to 3.6.2 #262
Conversation
d148411
to
c85cd3c
Compare
c85cd3c
to
d3a6210
Compare
Whitespace commit wasn't a failing style check; it was to tickle the build to rerun a build job that had a transient failure related to docker. |
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.
Found a couple of things (mostly stylistic though). Also thanks for fixing all the spelling mistakes!
41b517d
to
1d9be47
Compare
1d9be47
to
26f0172
Compare
I believe I've incorporated all of the review feedback, except for the refactors related to Would you be ok with that refactor being in a separate PR, or would you like it addressed here? |
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.
Very much appreciated! Thank you!
AnyPath = ty.TypeVar("AnyPath", str, PathLike_str, bytes, PathLike_bytes) | ||
|
||
path_types = (str, bytes, os.PathLike,) | ||
path_obj_types = (os.PathLike,) |
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.
That would be great too! I just happened to see this and thought I'd add some feedback in case it's easy to do.
Reduction in scope of #260, since this client is pledged to support Python 3.6 thru its EOL.
#261 should be merged before this PR is.