janezpodhostnik / flow-py-sdk

Unofficial flow blockchain python sdk
MIT License
35 stars 26 forks source link

Relaxing Python3.9 Requirement #21

Open AndriyMulyar opened 3 years ago

AndriyMulyar commented 3 years ago

Would it be possible to relax the requirement of python3.9 in the setup file to an earlier minor version >3.6 for instance. Many applications that want to incorporate this sdk will not be able to utilize it due to this restriction.

janezpodhostnik commented 3 years ago

Honestly I don't know.

I will take a look at what are all the changes I would need to make, and what the libraries flow-py-sdk depends on support. I will get back to you on this.

rheaplex commented 2 years ago

It looks like the code needs at least 3.8 due to use of typing.Annotated .

justinnout commented 1 year ago

For those interested I created a "legacy" package available for python3.7 users: