jmcnamara / XlsxWriter

A Python module for creating Excel XLSX files.
https://xlsxwriter.readthedocs.io
BSD 2-Clause "Simplified" License
3.66k stars 632 forks source link

question: is it possible for new releases to support Python 3.11? #1011

Closed fjossandon closed 1 year ago

fjossandon commented 1 year ago

Question

Dear @jmcnamara, I'm using the xlsxwriter library in a project, and it was decided that the project would be built only with Python 3.11. xlsxwriter is available to install with PIP up to Python 3.10 (https://pypi.org/project/XlsxWriter/), so I wanted to ask if releases for 3.11 could be added too. I see that Python 3.11 is already mentioned in the "Makefile" and ".github/workflows/python-app.yml" files, but not in the "setup.py". Would it be easy to add support for Python 3.11 to your upcoming release? That would be really helpful.

Best regards,

jmcnamara commented 1 year ago

Yes. Definitely. I'll fix that in the next few days.

fjossandon commented 1 year ago

That's awesome, looking forward to it!

jmcnamara commented 1 year ago

Fixed upstream in v3.1.5.

fjossandon commented 1 year ago

Thanks!