Closed arkamar closed 4 months ago
Thanks for catching this. I'll replace lib2to3.fixes.fix_apply
with email.mime.text
(unless you have a better suggestion?)
I'll also add 3.13.0-beta.2 to the test matrix.
I don't have better suggestion, email.mime.text
sounds good to me.
This should be fixed. Thank you for the report!
Changes in dev/1.3.7 branch work for me in Python 3.13.0b4. Thanks!
Describe the bug I tried to run tests with Python 3.13.0b1 and
ubelt/util_import.py::import_module_from_name:0
test fails:The reason is that the
lib2to3
was removed in Python 3.13, see removed modules item in https://docs.python.org/3.13/whatsnew/3.13.html#summary-release-highlights.Desktop (please complete the following information):