bencoder.pyx was not updated for 6 years now, and preventing py3.13 compatibility. I suggest we migrate from it. Some options. - [bencode.py](https://github.com/fuzeman/bencode.py): pure-python - [bencode2](https://github.com/trim21/bencode-py): "fast enough, written with c++ in CPython" - [fastbencode](https://github.com/breezy-team/fastbencode): pure-python with optional rust bindings At this point i'd favor the later. Ref. https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/1802#issuecomment-3341998671_
bencoder.pyx was not updated for 6 years now, and preventing py3.13 compatibility.
I suggest we migrate from it. Some options.
At this point i'd favor the later.
Ref. #1802 (comment)_