autonity / aut

A command-line RPC client for Autonity
MIT License
11 stars 10 forks source link

Incompatibility with Python 3.11 #99

Closed dtebbs closed 1 year ago

dtebbs commented 1 year ago

Reports of errors when using 3.11:

ImportError: cannot import name 'getargspec' from 'inspect' (/opt/homebrew/Cellar/python@3.11/3.11.1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/inspect.py)

Worth investigating whether we can just upgrade some packages to add support. Otherwise, we should make the python version range stricter in the package config.