<#21718 built in docformatter lockfile does not ac...
# github-notifications
c
#21718 built in docformatter lockfile does not actually work on 3.13 Issue created by cburroughs All of the builtin lockfiles should support 3.13 since #21103. However, the builtin lockfile for docformater does not work due to the removal of lib2to3 in Python 3.13. There have been scattered upgrade attempts( #21526 #20498), but we are waiting on an upstream release that includes PyCQA/docformatter#263 pantsbuild/pants