irmen / Pyro4

Pyro 4.x - Python remote objects
http://pyro4.readthedocs.io/
MIT License
713 stars 83 forks source link

note: Python 3.11+ incompatibilities will no longer be fixed in Pyro4 #246

Open irmen opened 2 years ago

irmen commented 2 years ago

Use Pyro5 instead (which is still going to be updated to function without problems on future Python versions).

To keep using Pyro4, you're going to have to find another way, such as custom fork+patches perhaps.