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

Drop support for python 3.7 #498

Closed
consideRatio opened this issue Mar 24, 2022 · 3 comments · Fixed by #531
Closed

Drop support for python 3.7 #498

consideRatio opened this issue Mar 24, 2022 · 3 comments · Fixed by #531

Comments

@consideRatio
Copy link
Collaborator

At this point Python 3.6 has reached end of life. If we wish to support it, we may need to not use modern versions of libraries etc as they may no longer support Python 3.6.

Due to that, given agreement, I suggest we drop support for Python 3.6 at this point if there is agreement about it.

@martindurant
Copy link
Member

Dask no longer supports 3.6, so fully support dropping it here

@jacobtomlinson
Copy link
Member

We only support 3.8 and above. I would suggest we should be consistent here too.

dask/community#213

@consideRatio
Copy link
Collaborator Author

consideRatio commented Mar 25, 2022

In #501 I've now added a commit to drop Python 3.6 and require Python 3.7+.

To drop support for Python 3.7 without breaking our test suite etc, some additional work needs to be done.

Action points

@consideRatio consideRatio changed the title Drop support for python 3.6? Drop support for python 3.6, and perhaps also Python 3.7? Mar 25, 2022
@consideRatio consideRatio changed the title Drop support for python 3.6, and perhaps also Python 3.7? Drop support for python 3.7 Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants