microsoft / Simplify-Docx

Simplify DOCX files to JSON
MIT License
219 stars 46 forks source link

Pinned python-docx breaks Python 3.10 support #17

Closed johnthagen closed 2 years ago

johnthagen commented 2 years ago

Python 3.10 combability was fixed in python-docx in this issue:

But it was released in python-docx 0.8.11.

simplify-docx pins python-docx to an older version:

https://github.com/microsoft/Simplify-Docx/blob/b76852c735529396ed3d9b1fc5418d07641058b9/setup.py#L66

Thus it's not possible to simplify-docx with Python 3.10