Unverified Commit 800e1e24 authored by PyVCEchecker's avatar PyVCEchecker Committed by GitHub
Browse files

[python] enforce a floor of Python 3.6 (fixes #5004) (#5006)

parent 15266f1d
......@@ -340,6 +340,7 @@ if __name__ == "__main__":
version=version,
description='LightGBM Python Package',
long_description=readme,
python_requires='>=3.6',
install_requires=[
'wheel',
'numpy',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment