-
Notifications
You must be signed in to change notification settings - Fork 88
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
Labels
Comments
Dask no longer supports 3.6, so fully support dropping it here |
We only support |
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
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
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
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.
The text was updated successfully, but these errors were encountered: