logger.warn is removed in Python 3.13
I know the warning comes from txaio, but, in fact, this is autobahn-python that uses the old deprecated log calls.
~~(Will try to do some PR later)~~
edit: changing warn by warning breaks all twisted tests, Logger has no attribute warning ...
ORIG TITLE: "txaio/aio.py:202: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead"
I guess you are not very interested in a PR with only the asyncio specific code doing warning and other left as-this ? If you are, I can do it, but, it's opening the door to have soon or later two autobahn version (twisted and asyncio, without txaio)
no, we won't merge anything that is only working on asyncio
That said, we should still probably leave a bug open for this? (I would assume this means warn will at some point be removed)
good point, might happen. reopened
FYI, logger.warn is removed in Python 3.13: https://docs.python.org/3.13/whatsnew/3.13.html#logging
this is gone on master, closing .. we do test on cpy311 and cpy314 fully green: https://github.com/crossbario/autobahn-python/actions/runs/18241551647