flow-py-sdk icon indicating copy to clipboard operation
flow-py-sdk copied to clipboard

Relaxing Python3.9 Requirement

Open AndriyMulyar opened this issue 3 years ago • 3 comments

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.

AndriyMulyar avatar May 28 '21 16:05 AndriyMulyar

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.

janezpodhostnik avatar May 28 '21 18:05 janezpodhostnik

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

rheaplex avatar Sep 22 '21 23:09 rheaplex