Skip to content
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

BLD: add xlwt py3 version to build matrix #6947

Closed
jreback opened this issue Apr 24, 2014 · 3 comments
Closed

BLD: add xlwt py3 version to build matrix #6947

jreback opened this issue Apr 24, 2014 · 3 comments
Labels
CI Continuous Integration IO Excel read_excel, to_excel

Comments

@jreback
Copy link
Contributor

jreback commented Apr 24, 2014

apparently we are using the regular xlwt on the 3.3 build, which doesn't (it skips everything), so need

still in dev on xlwt master branch

@jreback jreback added this to the 0.14.0 milestone Apr 24, 2014
@jreback
Copy link
Contributor Author

jreback commented Apr 24, 2014

python-excel/xlwt#32

@jreback
Copy link
Contributor Author

jreback commented Apr 24, 2014

cc @jmcnamara

is this correct?

@jmcnamara
Copy link
Contributor

@jreback
That is correct. Currently xlwt doesn't support Python 3. However, xlrd, OpenPyXL and XlsxWriter do (i,e., all the other Excel modules that Pandas uses).

Note, the xlwt-future PR has been there for a while and looks unlikely to be accepted without a lot of rework.

You could also drop xlwt support from the Pandas 3.x dependencies until it is Py3 compatible.

@jreback jreback modified the milestones: 0.15.0, 0.14.0 Apr 24, 2014
@jreback jreback modified the milestones: 0.16.0, Next Major Release Mar 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration IO Excel read_excel, to_excel
Projects
None yet
Development

No branches or pull requests

2 participants