Declare Python 3.8 support in setup.py (#5274)

This commit is contained in:
Philip Hyunsu Cho 2020-02-03 10:38:52 -08:00 committed by Philip Cho
parent eeb67c3d52
commit 5ca21f252a
2 changed files with 4 additions and 2 deletions

View File

@ -62,6 +62,7 @@ setup(name='xgboost',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'],
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'],
python_requires='>=3.5',
url='https://github.com/dmlc/xgboost')

View File

@ -79,6 +79,7 @@ setup(name='xgboost',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'],
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'],
python_requires='>=3.5',
url='https://github.com/dmlc/xgboost')