-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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 3.6 support #35214
Drop Python 3.6 support #35214
Conversation
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, we would look to do this post 1.1 release, e.g. target 1.2 (so soonish)
This comment has been minimized.
This comment has been minimized.
@@ -1151,6 +1152,7 @@ def test_chunks_have_consistent_numerical_type(all_parsers): | |||
assert result.a.dtype == float | |||
|
|||
|
|||
@pytest.mark.skip("unreliable test #35214") |
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.
- should this be xfail?
- i think the solution will end up involving using td.check_file_leaks in a lot of places. Is there a non-verbose way to run it once at the module level?
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.
- Yes, it should be xfail. I'll submit a PR to fix this.
- Haven't thought about this. Might need some discussion.
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff