-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Dropped Python 3.4 support #6620
Conversation
|
pulling and fixing the conflicts now |
@carltongibson could you push the isort fix to get this merged? |
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.
You can also remove:
./tests/test_fields.py:95: @unittest.skipUnless(typing, 'requires python 3.5')
Co-Authored-By: auvipy <[email protected]>
OK, thanks for the review :) |
I think it's ready for merge! @tomchristie |
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.
Can you also drop Python 3.4 from docs/index.md
? Otherwise, looks good to me.
sure! doing so ASAP |
changes pushed. |
Thanks! |
can be merged after python 2.7 support from master
CC @carltongibson