ntropy-network/ntropy-sdk

Invalid Syntax When Update to 4.10.1

Closed this issue · 2 comments

  • Ntropy SDK version: 4.10.1
  • Python version: 3.7.1
  • Operating System: Ubuntu 18.04

Description

I update ntropy sdk version 4.8.3 to 4.10.1 then got it this error when try to run backend. error points to ntropy side. If there anyone who know this problem ?

What I Did

Upgrade sdk version from 4.8.3 to 4.10.1

image

It looks like that syntax is only supported by >= python 3.8.
Can the code be fixed to support >= python 3.6 per

python_requires=">=3.6",

Thank you for the information. We've fixed this particular issue in #125 . The CI was also moved to python 3.6 to ensure that compatibility is automatically checked in future.

Version 4.10.2 has been released containing this fix.