Skip to content

Python 3.11 compatibility #81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pekkaklarck opened this issue Dec 10, 2022 · 1 comment
Closed

Python 3.11 compatibility #81

pekkaklarck opened this issue Dec 10, 2022 · 1 comment

Comments

@pekkaklarck
Copy link
Member

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
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant