8000 BLD/CI: support for 3.9 by fangchenli · Pull Request #36402 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

BLD/CI: support for 3.9 #36402

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

Merged
merged 4 commits into from
Sep 18, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
BLD/CI fix linting
  • Loading branch information
fangchenli committed Sep 16, 2020
commit 30b362f8cbe4c5febeb7e9a545d74b115aabda56
2 changes: 0 additions & 2 deletions pandas/_libs/writers.pyx
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import cython

import numpy as np

from cpython cimport PyBytes_GET_SIZE, PyUnicode_GET_LENGTH

from numpy cimport ndarray, uint8_t

ctypedef fused pandas_string:
Expand Down
0