Skip to content

Installation fails on Python 3.14 #327

@NMertsch

Description

@NMertsch

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    freshThis is a new issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions