-
Notifications
You must be signed in to change notification settings - Fork 4
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
Drop python 2 support #35
Conversation
👍 |
Can you review the 2to3 casting of iterators to |
Just realised the released version is already 0.5x, so this would go into 0.6.0 |
I can repro the test failures only if I run them in a if I run them in a |
okay. firstly, this isn't a new issue, but since I added python 3.4/3.5 tests in buildkite, it's happening here. The error is that the request produced by the test doesn't have a content-type header for the CSV file in the multipart upload. I suspect that's because the
Maybe the
I'll make the test agnostic to this, because it doesn't really matter. |
Drops support for python 2. Fixes #34
This should probably go in the next minor release, i.e 0.5, rather than a 0.4.x.
We were possibly supporting 3.3 before as well, this drops that. The minimum supported python is now 3.4.
I'd like to drop 3.4 too, but some distros still use it, so maybe in a few months.