-
Notifications
You must be signed in to change notification settings - Fork 108
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
Upgrade to python 3.11 #26
Comments
Support for python 3.11 might not yet be available for siwe and web3: ethereum/web3.py#2704 We might need an alternative to parsing the iso dates. |
Whoever picks this, make sure web3 works on this Python version. |
Looks like they added support for python 3.11 with this PR: ethereum/web3.py#2699 |
Yes, that right, python 3.11 seems to be officially supported, it is listed here: https://pypi.org/project/web3/6.0.0/ |
Then we would be able to use: https://docs.python.org/3/library/datetime.html#datetime.datetime.fromisoformat
for parsing multiple formats of iso dates.
The text was updated successfully, but these errors were encountered: