Skip to content
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

Relaxing Python3.9 Requirement #21

Open
AndriyMulyar opened this issue May 28, 2021 · 3 comments
Open

Relaxing Python3.9 Requirement #21

AndriyMulyar opened this issue May 28, 2021 · 3 comments
Labels
question Further information is requested

Comments

@AndriyMulyar
Copy link

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 janezpodhostnik added the question Further information is requested label May 28, 2021
@janezpodhostnik
Copy link
Owner

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
Copy link

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

@justinnout
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants