Skip to content

Conversation

@carlwgeorge
Copy link
Contributor

I noticed this package in Fedora was failing to rebuild with Python 3.11. inspect.getargspec has been removed. inspect.getfullargspec is the updated API, but returns a tuple with more properties. With that handled in a try/except block, the tests pass on 3.6.15, 3.7.13, 3.8.13, 3.9.12, 3.10.4, and 3.11.0a7.

I noticed this package in Fedora was failing to rebuild with Python
3.11.  `inspect.getargspec` has been removed.  `inspect.getfullargspec`
is the updated API, but returns a tuple with more properties.  With that
handled in a try/except block, the tests pass on 3.6.15, 3.7.13, 3.8.13,
3.9.12, 3.10.4, and 3.11.0a7.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant