β
Prerequisites
π Description
Currently magic-admin depends on web3 < 6, which has issues with Python 3.11 (because of getargspec from inspect).
It seems this issue was fixed with web3 6.10. So in practice we can't use magic with Python 3.11 and are restricted to 3.10.
This means that the docs are imprecise (only works 3.7 - 3.10) and with 3.12 being release next week and 3.11 being stable, it would make sense to handle the different web3 versions.
β Prerequisites
magic-admin-python)?π Description
Currently magic-admin depends on web3 < 6, which has issues with Python 3.11 (because of
getargspecfrominspect).It seems this issue was fixed with web3 6.10. So in practice we can't use magic with Python 3.11 and are restricted to 3.10.
This means that the docs are imprecise (only works 3.7 - 3.10) and with 3.12 being release next week and 3.11 being stable, it would make sense to handle the different web3 versions.