Skip to content

Commit

Permalink
[python] enforce a floor of Python 3.6 (fixes #5004) (#5006)
Browse files Browse the repository at this point in the history
  • Loading branch information
PyVCEchecker authored Feb 14, 2022
1 parent 15266f1 commit 800e1e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python-package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ def run(self) -> None:
version=version,
description='LightGBM Python Package',
long_description=readme,
python_requires='>=3.6',
install_requires=[
'wheel',
'numpy',
Expand Down

0 comments on commit 800e1e2

Please sign in to comment.