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.
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,