pyvisa/pyvisa-py

xdrlib deprecated 3.11, removed 3.13

Max-Herbold opened this issue · 1 comments

issued file: https://github.com/pyvisa/pyvisa-py/blob/main/pyvisa_py/protocols/rpc.py

I receive this when running pytest. Not critical to me but probably something to fix before py3.13 rolls around and the library is removed.

DeprecationWarning: 'xdrlib' is deprecated and slated for removal in Python 3.13
    import xdrlib

https://docs.python.org/3/library/xdrlib.html

Thanks for reminding me. I am planning to see if a PyPI package is going to emerge, otherwise I may just vendor the stdlib.