Require Python 3.5+ in setup.py (#5021)
This commit is contained in:
parent
98b051269b
commit
4d2779663e
@ -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')
|
||||
|
||||
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user