easyargs
easyargs copied to clipboard
Add support for Python 3.6 through 3.11
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.