-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update to js-ng 11.0b16 #3374
Comments
Make sure the build of older versions is passing in other workflows. |
Trying to update Also, without modifying the
But, it didn't update
All set? nope 😆
Trying to dig a little bit into
And it turned out this error is just python 3.10 compatibility-related. |
After testing with from stellar_sdk.keypair import Keypair
k = Keypair.from_secret("XXXXX") |
The build fails on python3.10, while it's fixed on js-ng
The text was updated successfully, but these errors were encountered: