-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Require Python 3.6.2 #5068
Require Python 3.6.2 #5068
Conversation
Pull Request Test Coverage Report for Build 1504208974
π - Coveralls |
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.
Thanks @cdce8p, great cleanup !
2ebbff9
to
dcb0423
Compare
dcb0423
to
cb88ace
Compare
Before merging, check that no new instances of |
cb88ace
to
0a3f447
Compare
β¦)" This reverts commit 37e330c.
I've rebased on the latest main and reverted the exception on install but it seems I can't push on this branch. Could you allow edit by maintainers ? :) |
Edits are allowed. I don't disable them usually. |
My bad, I took https for the remote branch. |
0a3f447
to
0563861
Compare
Type of Changes
Description
>= 3.6.2
typing.Counter
andtyping.NoReturn
directlytyping.NamedTuple
forMessageTest
-> requires Refactor and typing of OutputLineΒ #5060MessageStyle
(followup to Add typing to text reporterΒ #5041)For the rational behind this change -> #5065
Closes #5065