microsoft / Simplify-Docx

Simplify DOCX files to JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pinned python-docx breaks Python 3.10 support

johnthagen opened this issue · comments

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:

"python-docx==0.8.10",

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