Installing docformatter with Python 3.14 fails due to its dependency on untokenize, which is not compatible with Python 3.14 (issue: myint/untokenize#4, PR: myint/untokenize#5).
This is not an issue with docformatter itself, but untokenize was last released in February 2014 and its repo has last been updated in May 2019. So maybe it makes sense to drop/vendor this dependency instead of waiting for an upstream fix. It only contains a handful of lines of code and the issue is not in the code but in its setup.py.
Installing docformatter with Python 3.14 fails due to its dependency on untokenize, which is not compatible with Python 3.14 (issue: myint/untokenize#4, PR: myint/untokenize#5).
This is not an issue with
docformatteritself, butuntokenizewas last released in February 2014 and its repo has last been updated in May 2019. So maybe it makes sense to drop/vendor this dependency instead of waiting for an upstream fix. It only contains a handful of lines of code and the issue is not in the code but in itssetup.py.