## `AttributeError` when running `pytest --pdb` on Python 3.13 On Python 3.13, when running `pytest --pdb`, (and there's an exception), the debugger fails with: ```python 'AttributeError' object has no attribute 'tb_frame' ``` This is caused by changes made in `pytest` `8.4.0`, (which is also on `pytest` `8.4.1`). This can be resolved by upgrading `pdbp` to `1.7.1` to get the fix for https://github.com/mdmintz/pdbp/issues/77.