Closed johnthagen closed 2 years ago
Python 3.10 combability was fixed in python-docx in this issue:
python-docx
But it was released in python-docx 0.8.11.
simplify-docx pins python-docx to an older version:
simplify-docx
https://github.com/microsoft/Simplify-Docx/blob/b76852c735529396ed3d9b1fc5418d07641058b9/setup.py#L66
Thus it's not possible to simplify-docx with Python 3.10
Python 3.10 combability was fixed in
python-docx
in this issue:But it was released in
python-docx
0.8.11.simplify-docx
pinspython-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