Require Python 3.7. (#7682)

* Update setup.py.
This commit is contained in:
Jiaming Yuan 2022-02-21 05:46:48 +08:00 committed by GitHub
parent 549f3bd781
commit e56d1779e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -360,12 +360,11 @@ if __name__ == '__main__':
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10'],
python_requires='>=3.6',
python_requires=">=3.7",
url='https://github.com/dmlc/xgboost')
clean_up()