Require Python 3.5+ in setup.py (#5021)

This commit is contained in:
Philip Hyunsu Cho 2019-11-18 18:55:58 -08:00 committed by GitHub
parent 98b051269b
commit 4d2779663e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -63,5 +63,5 @@ setup(name='xgboost',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'],
python_requires='>=3.4',
python_requires='>=3.5',
url='https://github.com/dmlc/xgboost')

View File

@ -80,5 +80,5 @@ setup(name='xgboost',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'],
python_requires='>=3.4',
python_requires='>=3.5',
url='https://github.com/dmlc/xgboost')