robotframework / PythonRemoteServer

Robot Framework remote server implemented with Python
Apache License 2.0
152 stars 83 forks source link

Python 3.11 compatibility #81

Closed pekkaklarck closed 1 year ago

pekkaklarck commented 1 year ago

Python 3.11 doesn't anymore have inspect.getargspec that this project uses. Need to update the code that that we use inspect.getfullargpec with Python 3 and inspect.getargspec with Python 2.

pekkaklarck commented 1 year ago

This is a similar issue than #58 that prevents using Python 3.10.