-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: support python 3.11 #118
Conversation
6d89d01
to
0ec1f2a
Compare
there is a very strange error in the CI, I cannot reproduce it anywhere else, also simulating local builds with act. |
7502350
to
aefcfb6
Compare
The same error message is gotten when using |
afda6d5
to
aecceff
Compare
5bc0d7c
to
820c152
Compare
info The info group adds a few command that are dedicate to retrieve info about the autonity contract version used. It also allow to get the path to the bundled Autonity contract ABI and a link to its source code
820c152
to
5196479
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but I have one UX complaint about going with info
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Adds support for python 3.11 by updating the autonity.py dependency.
The support is introduced by the upgrade of the web3 dependency to a new major version (6), that brings some breaking changes in method signatures that affects the aut client.
More info here: https://web3py.readthedocs.io/en/stable/v6_migration.html