-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[python] Drop Python 3.6 support #4891
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I support it! Especially since other dependencies of lightgbm
have already dropped support for Python 3.6, like numpy
(https://github.com/numpy/numpy/blob/0302205105161c6bbae5d45fe4e7a5a624f0dbf4/setup.py#L410) and pandas
(https://github.com/pandas-dev/pandas/blob/47eb2198896852e17005629ed82c18940a05e975/setup.cfg#L40).
They have already dropped even Python 3.7 (EoL 2023-06-27), interesting... |
This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Python 3.6 is reaching its End of Life next week and no need to support it anymore.
https://devguide.python.org/#branchstatus