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

could this lib support python 3.6? #37

Closed
lovepocky opened this issue May 21, 2020 · 2 comments
Closed

could this lib support python 3.6? #37

lovepocky opened this issue May 21, 2020 · 2 comments

Comments

@lovepocky
Copy link

lovepocky commented May 21, 2020

install by poetry:

[SolverProblemError]
The current project must support the following Python versions: ^3.6

Because pypeln (0.3.0) requires Python >=3.7,<4.0
@cgarciae
Copy link
Owner

Hey, because pypeln uses async / await it needs 3.7. We may be able to support 3.6 by conditionally importing the pl.task module, I'll try to reduce the requirements for the next version.

@cgarciae
Copy link
Owner

cgarciae commented Jun 21, 2020

In version 0.4.1 you are now able to use python >= 3.5, however the task module will only be available for python >= 3.7.

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

No branches or pull requests

2 participants