Useless dependency? #1352
Labels
cat: maintenance
Issues and PRs related to the maintenance of a module.
priority: low
Issues and PRs that should be resolved, but can be postponed.
status: wip
Issues and PRs that are still a work in progress.
type: chore
Issues and PRs related to changes that do not fit into other categories.
version: patch
Issues and PRs with bug fixes belonging to the next patch release.
I see that this project depends on future:
proselint/pyproject.toml
Line 21 in fe36803
but I cannot find any real usage of this library here. Why do I care about it? future will no longer work with Python 3.12 because imp module has been removed from stdlib and the situation will be even worse with 3.13 because the lib2to3 which is the core of the future will be removed from stdlib as well.
The text was updated successfully, but these errors were encountered: