You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nice find. also, see https://devguide.python.org/versions/, we can probably follow this as to when to retire older python versions (although in the past we have been a bit more aggressive about dropping older versions, especially when upgrading to python3.10 for match/case support).
Version Information
vyper --version
): 0.4.1b2+commit.5ff57c53apython --version
): 3.10What's your issue about?
The test suite doesn't pass with python 3.10 although it's a supported version
I noticed this atleast for
vyper/tests/functional/builtins/codegen/abi_decode.py
Line 38 in 12ab491
for 3.10 byteorder for
from_bytes
doesn't have a default value: https://docs.python.org/3.10/library/stdtypes.html#int.from_bytesThe text was updated successfully, but these errors were encountered: